Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_comp.h300 MODIFY_REG(COMPx->CFGR1, COMP_CFGR1_PWRMODE, PowerMode); in LL_COMP_SetPowerMode()
314 return (uint32_t)(READ_BIT(COMPx->CFGR1, COMP_CFGR1_PWRMODE)); in LL_COMP_GetPowerMode()
Dstm32h5xx_hal_comp.h165 #define COMP_POWERMODE_ULTRALOWPOWER (COMP_CFGR1_PWRMODE) /*!< Ultra-low power mode */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_comp.c195 COMP_CFGR1_PWRMODE 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.h2722 #define COMP_CFGR1_PWRMODE COMP_CFGR1_PWRMODE_Msk /*!< COMP1 Power Mode of… macro