|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_OPAMP_SetPowerMode (OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) |
| Set OPAMP power mode. More... | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetPowerMode (OPAMP_TypeDef *OPAMPx) |
| Get OPAMP power mode. CSR OPALPM LL_OPAMP_GetPowerMode. More... | |
| __STATIC_INLINE void | LL_OPAMP_SetMode (OPAMP_TypeDef *OPAMPx, uint32_t Mode) |
| Set OPAMP mode calibration or functional. More... | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetMode (OPAMP_TypeDef *OPAMPx) |
| Get OPAMP mode calibration or functional. More... | |
| __STATIC_INLINE void | LL_OPAMP_SetFunctionalMode (OPAMP_TypeDef *OPAMPx, uint32_t FunctionalMode) |
| Set OPAMP functional mode by setting internal connections. OPAMP operation in standalone, follower, ... More... | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetFunctionalMode (OPAMP_TypeDef *OPAMPx) |
| Get OPAMP functional mode from setting of internal connections. OPAMP operation in standalone, follower, ... CSR OPAMODE LL_OPAMP_GetFunctionalMode. More... | |
| __STATIC_INLINE void | LL_OPAMP_SetPGAGain (OPAMP_TypeDef *OPAMPx, uint32_t PGAGain) |
| Set OPAMP PGA gain. More... | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetPGAGain (OPAMP_TypeDef *OPAMPx) |
| Get OPAMP PGA gain. More... | |
| __STATIC_INLINE uint32_t LL_OPAMP_GetFunctionalMode | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP functional mode from setting of internal connections. OPAMP operation in standalone, follower, ... CSR OPAMODE LL_OPAMP_GetFunctionalMode.
| OPAMPx | OPAMP instance |
| Returned | value can be one of the following values:
|
Definition at line 516 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE uint32_t LL_OPAMP_GetMode | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP mode calibration or functional.
| OPAMPx | OPAMP instance |
| Returned | value can be one of the following values:
|
Definition at line 480 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE uint32_t LL_OPAMP_GetPGAGain | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP PGA gain.
| OPAMPx | OPAMP instance |
| Returned | value can be one of the following values:
|
Definition at line 551 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE uint32_t LL_OPAMP_GetPowerMode | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP power mode. CSR OPALPM LL_OPAMP_GetPowerMode.
| OPAMPx | OPAMP instance |
| Returned | value can be one of the following values:
|
Definition at line 434 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE void LL_OPAMP_SetFunctionalMode | ( | OPAMP_TypeDef * | OPAMPx, |
| uint32_t | FunctionalMode | ||
| ) |
Set OPAMP functional mode by setting internal connections. OPAMP operation in standalone, follower, ...
| OPAMPx | OPAMP instance |
| FunctionalMode | This parameter can be one of the following values:
|
| None |
Definition at line 500 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE void LL_OPAMP_SetMode | ( | OPAMP_TypeDef * | OPAMPx, |
| uint32_t | Mode | ||
| ) |
Set OPAMP mode calibration or functional.
| OPAMPx | OPAMP instance |
| Mode | This parameter can be one of the following values:
|
| None |
Definition at line 461 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE void LL_OPAMP_SetPGAGain | ( | OPAMP_TypeDef * | OPAMPx, |
| uint32_t | PGAGain | ||
| ) |
Set OPAMP PGA gain.
| OPAMPx | OPAMP instance |
| PGAGain | This parameter can be one of the following values:
|
| None |
Definition at line 534 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE void LL_OPAMP_SetPowerMode | ( | OPAMP_TypeDef * | OPAMPx, |
| uint32_t | PowerMode | ||
| ) |
Set OPAMP power mode.
| OPAMPx | OPAMP instance |
| PowerMode | This parameter can be one of the following values:
|
| None |
Definition at line 421 of file stm32l4xx_ll_opamp.h.