|
STM32L4xx_HAL_Driver
1.14.0
|
Data Structures | |
| struct | LL_OPAMP_InitTypeDef |
| Structure definition of some features of OPAMP instance. More... | |
| struct LL_OPAMP_InitTypeDef |
Structure definition of some features of OPAMP instance.
Definition at line 108 of file stm32l4xx_ll_opamp.h.
| Data Fields | ||
|---|---|---|
| uint32_t | FunctionalMode |
Set OPAMP functional mode by setting internal connections: OPAMP operation in standalone, follower, ... This parameter can be a value of OPAMP functional mode
This feature can be modified afterwards using unitary function LL_OPAMP_SetFunctionalMode(). |
| uint32_t | InputInverting |
Set OPAMP inverting input connection. This parameter can be a value of OPAMP input inverting
This feature can be modified afterwards using unitary function LL_OPAMP_SetInputInverting(). |
| uint32_t | InputNonInverting |
Set OPAMP input non-inverting connection. This parameter can be a value of OPAMP input non-inverting This feature can be modified afterwards using unitary function LL_OPAMP_SetInputNonInverting(). |
| uint32_t | PowerMode |
Set OPAMP power mode. This parameter can be a value of OPAMP power mode This feature can be modified afterwards using unitary function LL_OPAMP_SetPowerMode(). |