|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_COMP_SetPowerMode (COMP_TypeDef *COMPx, uint32_t PowerMode) |
| Set comparator instance operating mode to adjust power and speed. | |
| __STATIC_INLINE uint32_t | LL_COMP_GetPowerMode (COMP_TypeDef *COMPx) |
| Get comparator instance operating mode to adjust power and speed. | |
| __STATIC_INLINE uint32_t LL_COMP_GetPowerMode | ( | COMP_TypeDef * | COMPx | ) |
Get comparator instance operating mode to adjust power and speed.
| COMPx | Comparator instance |
| Returned | value can be one of the following values: |
Definition at line 413 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.
| COMPx | Comparator instance |
| PowerMode | This parameter can be one of the following values: |
| None |
Definition at line 399 of file stm32l4xx_ll_comp.h.
1.7.6.1