Home
last modified time | relevance | path

Searched refs:COMP_CFGR1_INMSEL (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h371COMP_CFGR1_INMSEL | COMP_CFGR1_INPSEL1 | COMP_CFGR1_INPSEL2 | COMP_CFGR1_SCALEN | COMP_CFGR1_BRGEN, in LL_COMP_ConfigInputs()
453 MODIFY_REG(COMPx->CFGR1, COMP_CFGR1_INMSEL | COMP_CFGR1_SCALEN | COMP_CFGR1_BRGEN, InputMinus); in LL_COMP_SetInputMinus()
479 …return (uint32_t)(READ_BIT(COMPx->CFGR1, COMP_CFGR1_INMSEL | COMP_CFGR1_SCALEN | COMP_CFGR1_BRGEN)… in LL_COMP_GetInputMinus()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c200 | COMP_CFGR1_INMSEL in LL_COMP_Init()
Dstm32h5xx_hal_comp.c302 COMP_CFGR1_PWRMODE | COMP_CFGR1_INMSEL | COMP_CFGR1_INPSEL1 in HAL_COMP_Init()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h2738 #define COMP_CFGR1_INMSEL COMP_CFGR1_INMSEL_Msk /*!< COMP1 input minus s… macro