Searched refs:PMU_LP_STOP1 (Results 1 – 4 of 4) sorted by relevance
104 PMU_LP_STOP1 = 0x0U, /**< Stop1 */ enumerator151 #define IS_PMU_LP_MODE(x) (((x) == PMU_LP_STOP1) || \
118 PMU_LP_STOP1 = 0x0U, /**< Stop1 */ enumerator203 #define IS_PMU_LP_MODE(x) (((x) == PMU_LP_STOP1) || \
94 MODIFY_REG(PMU->CR, PMU_CR_LPM_MSK, PMU_LP_STOP1 << PMU_CR_LPM_POSS); in ald_pmu_stop1_enter()
104 MODIFY_REG(PMU->CR0, PMU_CR0_LPM_MSK, PMU_LP_STOP1 << PMU_CR0_LPM_POSS); in ald_pmu_stop1_enter()
Completed in 12 milliseconds