Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h123 #define LL_COMP_INPUT_PLUS_IO3 (COMP_CFGR1_INPSEL1) /*!< 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.h175 #define COMP_INPUT_PLUS_IO3 (COMP_CFGR1_INPSEL1) /*!< Comparator input plus connected …
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c196 | COMP_CFGR1_INPSEL1 in LL_COMP_Init()
Dstm32h5xx_hal_comp.c302 COMP_CFGR1_PWRMODE | COMP_CFGR1_INMSEL | COMP_CFGR1_INPSEL1 in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h2736 #define COMP_CFGR1_INPSEL1 COMP_CFGR1_INPSEL1_Msk /*!< COMP1 input plus 1 … macro