|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_COMP_SetCommonWindowMode (COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) |
| Set window mode of a pair of comparators instances (2 consecutive COMP instances odd and even COMP<x> and COMP<x+1>). CSR WINMODE LL_COMP_SetCommonWindowMode. More... | |
| __STATIC_INLINE uint32_t | LL_COMP_GetCommonWindowMode (COMP_Common_TypeDef *COMPxy_COMMON) |
| Get window mode of a pair of comparators instances (2 consecutive COMP instances odd and even COMP<x> and COMP<x+1>). CSR WINMODE LL_COMP_GetCommonWindowMode. More... | |
| __STATIC_INLINE uint32_t LL_COMP_GetCommonWindowMode | ( | COMP_Common_TypeDef * | COMPxy_COMMON | ) |
Get window mode of a pair of comparators instances (2 consecutive COMP instances odd and even COMP<x> and COMP<x+1>). CSR WINMODE LL_COMP_GetCommonWindowMode.
| COMPxy_COMMON | Comparator common instance (can be set directly from CMSIS definition or by using helper macro __LL_COMP_COMMON_INSTANCE() ) |
| Returned | value can be one of the following values:
|
Definition at line 368 of file stm32l4xx_ll_comp.h.
| __STATIC_INLINE void LL_COMP_SetCommonWindowMode | ( | COMP_Common_TypeDef * | COMPxy_COMMON, |
| uint32_t | WindowMode | ||
| ) |
Set window mode of a pair of comparators instances (2 consecutive COMP instances odd and even COMP<x> and COMP<x+1>). CSR WINMODE LL_COMP_SetCommonWindowMode.
| COMPxy_COMMON | Comparator common instance (can be set directly from CMSIS definition or by using helper macro __LL_COMP_COMMON_INSTANCE() ) |
| WindowMode | This parameter can be one of the following values:
|
| None |
Definition at line 351 of file stm32l4xx_ll_comp.h.