|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_COMP_SetPowerMode (COMP_TypeDef *COMPx, uint32_t PowerMode) |
| Set comparator instance operating mode to adjust power and speed. CSR PWRMODE LL_COMP_SetPowerMode. More... | |
| __STATIC_INLINE uint32_t | LL_COMP_GetPowerMode (COMP_TypeDef *COMPx) |
| Get comparator instance operating mode to adjust power and speed. CSR PWRMODE LL_COMP_GetPowerMode. More... | |
| __STATIC_INLINE uint32_t LL_COMP_GetPowerMode | ( | COMP_TypeDef * | COMPx | ) |
Get comparator instance operating mode to adjust power and speed. CSR PWRMODE LL_COMP_GetPowerMode.
| COMPx | Comparator instance |
| Returned | value can be one of the following values:
|
Definition at line 406 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE void LL_COMP_SetPowerMode | ( | COMP_TypeDef * | COMPx, |
| uint32_t | PowerMode | ||
| ) |
Set comparator instance operating mode to adjust power and speed. CSR PWRMODE LL_COMP_SetPowerMode.
| COMPx | Comparator instance |
| PowerMode | This parameter can be one of the following values:
|
| None |
Definition at line 392 of file stm32l4xx_ll_comp.h.