|
STM32H735xx 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 odd and even 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 odd and even 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 odd and even 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 338 of file stm32h7xx_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>).
| 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 321 of file stm32h7xx_ll_comp.h.
1.7.6.1