Searched refs:COMP_CSR_PWRMODE (Results 1 – 5 of 5) sorted by relevance
273 COMP_CSR_PWRMODE in LL_COMP_Init()292 COMP_CSR_PWRMODE in LL_COMP_Init()
366 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()373 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()381 COMP_CSR_PWRMODE | COMP_CSR_INMSEL | COMP_CSR_INPSEL | in HAL_COMP_Init()
410 MODIFY_REG(COMPx->CSR, COMP_CSR_PWRMODE, PowerMode); in LL_COMP_SetPowerMode()424 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_PWRMODE)); in LL_COMP_GetPowerMode()
188 #define COMP_POWERMODE_ULTRALOWPOWER (COMP_CSR_PWRMODE) /*!< Ultra-low power mode */
15078 #define COMP_CSR_PWRMODE COMP_CSR_PWRMODE_Msk /*!< Comparator powe… macro