Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Doscctrl.h121 #define OSCCTRL_INTENSET_OSC16MRDY_Pos 4 /**< \brief (OSCCTRL_INTENSET) OSC16M Ready Int… macro
122 #define OSCCTRL_INTENSET_OSC16MRDY (_U(0x1) << OSCCTRL_INTENSET_OSC16MRDY_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_oscctrl_l21.h109 …urn (((Oscctrl *)hw)->INTENSET.reg & OSCCTRL_INTENSET_OSC16MRDY) >> OSCCTRL_INTENSET_OSC16MRDY_Pos; in hri_oscctrl_get_INTEN_OSC16MRDY_bit()