Searched refs:PM_INTENSET_PLRDY_Pos (Results 1 – 2 of 2) sorted by relevance
147 #define PM_INTENSET_PLRDY_Pos 0 /**< \brief (PM_INTENSET) Performance Level Ready … macro148 #define PM_INTENSET_PLRDY (_U(0x1) << PM_INTENSET_PLRDY_Pos)
77 return (((Pm *)hw)->INTENSET.reg & PM_INTENSET_PLRDY) >> PM_INTENSET_PLRDY_Pos; in hri_pm_get_INTEN_PLRDY_bit()