Home
last modified time | relevance | path

Searched refs:WindowMode (Results 1 – 3 of 3) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_comp.c299 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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_comp.h344 …IC_INLINE void LL_COMP_SetCommonWindowMode(COMP_Common_TypeDef *COMPxy_COMMON, uint32_t WindowMode) in LL_COMP_SetCommonWindowMode() argument
346 MODIFY_REG(COMPxy_COMMON->CSR, COMP_CSR_WNDWE, WindowMode); in LL_COMP_SetCommonWindowMode()
A Dstm32l1xx_hal_comp.h67 uint32_t WindowMode; /*!< Selects the window mode of the 2 comparators. member

Completed in 9 milliseconds