Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dac.h546 #define AC_SYNCBUSY_SWRST_Pos 0 /**< \brief (AC_SYNCBUSY) Software Reset Synchroni… macro
547 #define AC_SYNCBUSY_SWRST (_U(0x1) << AC_SYNCBUSY_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ac_l21.h1696 return (((Ac *)hw)->SYNCBUSY.reg & AC_SYNCBUSY_SWRST) >> AC_SYNCBUSY_SWRST_Pos; in hri_ac_get_SYNCBUSY_SWRST_bit()