Searched refs:WindowMode (Results 1 – 3 of 3) sorted by relevance
299 assert_param(IS_COMP_WINDOWMODE(hcomp->Init.WindowMode)); in HAL_COMP_Init()305 if ((hcomp->Init.WindowMode == COMP_WINDOWMODE_DISABLE) || in HAL_COMP_Init()365 hcomp->Init.WindowMode | in HAL_COMP_Init()376 hcomp->Init.WindowMode | in HAL_COMP_Init()
344 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument346 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WNDWE, WindowMode); in LL_COMP_SetCommonWindowMode()
67 uint32_t WindowMode; /*!< Selects the window mode of the 2 comparators. member
Completed in 9 milliseconds