Home
last modified time | relevance | path

Searched refs:COMP_CFGR1_INPSEL2 (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h124 #define LL_COMP_INPUT_PLUS_DAC1_CH1 (COMP_CFGR1_INPSEL2) /*!< Comparator input plus connecte…
371 …COMP_CFGR1_INMSEL | COMP_CFGR1_INPSEL1 | COMP_CFGR1_INPSEL2 | COMP_CFGR1_SCALEN | COMP_CFGR1_BRGEN, in LL_COMP_ConfigInputs()
392 MODIFY_REG(COMPx->CFGR1, COMP_CFGR1_INPSEL1 | COMP_CFGR1_INPSEL2, InputPlus); in LL_COMP_SetInputPlus()
411 val = (uint32_t)(READ_BIT(COMPx->CFGR1, COMP_CFGR1_INPSEL1 | COMP_CFGR1_INPSEL2)); in LL_COMP_GetInputPlus()
Dstm32h5xx_hal_comp.h176 #define COMP_INPUT_PLUS_DAC1_CH1 (COMP_CFGR1_INPSEL2) /*!< Comparator input plus connected …
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c197 | COMP_CFGR1_INPSEL2 in LL_COMP_Init()
Dstm32h5xx_hal_comp.c303 | COMP_CFGR1_INPSEL2 | COMP_CFGR1_POLARITY | COMP_CFGR1_HYST in HAL_COMP_Init()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h2750 #define COMP_CFGR1_INPSEL2 COMP_CFGR1_INPSEL2_Msk /*!< COMP1 input plus 2 … macro