Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dgclk.h88 #define GCLK_SYNCBUSY_SWRST_Pos 0 /**< \brief (GCLK_SYNCBUSY) Software Reset Synchro… macro
89 #define GCLK_SYNCBUSY_SWRST (_U(0x1) << GCLK_SYNCBUSY_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_gclk_l21.h689 return (((Gclk *)hw)->SYNCBUSY.reg & GCLK_SYNCBUSY_SWRST) >> GCLK_SYNCBUSY_SWRST_Pos; in hri_gclk_get_SYNCBUSY_SWRST_bit()