Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h133COMP_CFGR1_BRGEN) /*!< Comparator input minus connected to 1/4 VrefInt */
136COMP_CFGR1_BRGEN) /*!< Comparator input minus connected to 1/2 VrefInt */
139COMP_CFGR1_BRGEN) /*!< Comparator input minus connected to 3/4 VrefInt */
371 …COMP_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()
Dstm32h5xx_hal_comp.h185COMP_CFGR1_BRGEN) /*!< Comparator input minus connected to 1/4 VrefInt */
188COMP_CFGR1_BRGEN) /*!< Comparator input minus connected to 1/2 VrefInt */
191COMP_CFGR1_BRGEN) /*!< Comparator input minus connected to 3/4 VrefInt */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c199 | COMP_CFGR1_BRGEN in LL_COMP_Init()
Dstm32h5xx_hal_comp.c304 | COMP_CFGR1_BLANKING | COMP_CFGR1_BRGEN | COMP_CFGR1_SCALEN, in HAL_COMP_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h2700 #define COMP_CFGR1_BRGEN COMP_CFGR1_BRGEN_Msk /*!< COMP1 Scaler bridge… macro