Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Doscctrl.h227 #define OSCCTRL_STATUS_DFLLOOB_Pos 9 /**< \brief (OSCCTRL_STATUS) DFLL Out Of Bounds */ macro
228 #define OSCCTRL_STATUS_DFLLOOB (_U(0x1) << OSCCTRL_STATUS_DFLLOOB_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_oscctrl_l21.h2872 return (((Oscctrl *)hw)->STATUS.reg & OSCCTRL_STATUS_DFLLOOB) >> OSCCTRL_STATUS_DFLLOOB_Pos; in hri_oscctrl_get_STATUS_DFLLOOB_bit()