STM32L443xx HAL User Manual
|
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 COMP<x> and COMP<x+1>). | |
__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 COMP<x> and COMP<x+1>). |
__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 COMP<x> and COMP<x+1>).
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 375 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 COMP<x> and COMP<x+1>).
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 358 of file stm32l4xx_ll_comp.h.