Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Deic.h136 #define EIC_SYNCBUSY_SWRST_Pos 0 /**< \brief (EIC_SYNCBUSY) Software reset synchron… macro
137 #define EIC_SYNCBUSY_SWRST (_U(0x1) << EIC_SYNCBUSY_SWRST_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_eic_l21.h1440 return (((Eic *)hw)->SYNCBUSY.reg & EIC_SYNCBUSY_SWRST) >> EIC_SYNCBUSY_SWRST_Pos; in hri_eic_get_SYNCBUSY_SWRST_bit()