Home
last modified time | relevance | path

Searched refs:COMP_LPTIMCONNECTION_IN1_ENABLED (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_comp.h203 #define COMP_LPTIMCONNECTION_IN1_ENABLED (0x00000001U) /*!< COMPx signal is connected… macro
614 … ((LPTIMCONNECTION) == COMP_LPTIMCONNECTION_IN1_ENABLED))
617 … ((LPTIMCONNECTION) == COMP_LPTIMCONNECTION_IN1_ENABLED) || \
621 … ((LPTIMCONNECTION) == COMP_LPTIMCONNECTION_IN1_ENABLED))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_comp.c388 case COMP_LPTIMCONNECTION_IN1_ENABLED : in HAL_COMP_Init()