Home
last modified time | relevance | path

Searched refs:PM_INTENSET_PLRDY_Pos (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h147 #define PM_INTENSET_PLRDY_Pos 0 /**< \brief (PM_INTENSET) Performance Level Ready … macro
148 #define PM_INTENSET_PLRDY (_U(0x1) << PM_INTENSET_PLRDY_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h77 return (((Pm *)hw)->INTENSET.reg & PM_INTENSET_PLRDY) >> PM_INTENSET_PLRDY_Pos; in hri_pm_get_INTEN_PLRDY_bit()