Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h132 #define LL_COMP_INPUT_MINUS_1_4VREFINT (COMP_CFGR1_SCALEN |\
135 COMP_CFGR1_SCALEN |\
138 COMP_CFGR1_SCALEN |\
142COMP_CFGR1_SCALEN) /*!< Comparator input minus connected to 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.h184 #define COMP_INPUT_MINUS_1_4VREFINT (COMP_CFGR1_SCALEN |\
187 COMP_CFGR1_SCALEN |\
190 COMP_CFGR1_SCALEN |\
194COMP_CFGR1_SCALEN) /*!< Comparator input minus connected to VrefInt */
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_comp.c289 comp_voltage_scaler_initialized = READ_BIT(hcomp->Instance->CFGR1, COMP_CFGR1_SCALEN); in HAL_COMP_Init()
304 | COMP_CFGR1_BLANKING | COMP_CFGR1_BRGEN | COMP_CFGR1_SCALEN, in HAL_COMP_Init()
315 if ((READ_BIT(hcomp->Instance->CFGR1, COMP_CFGR1_SCALEN) != 0UL) && in HAL_COMP_Init()
Dstm32h5xx_ll_comp.c198 | COMP_CFGR1_SCALEN in LL_COMP_Init()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h2729 #define COMP_CFGR1_SCALEN COMP_CFGR1_SCALEN_Msk /*!< COMP1 Voltage scale… macro