Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h525 #define TC_SYNCBUSY_SWRST_Pos 0 /**< \brief (TC_SYNCBUSY) swrst */ macro
526 #define TC_SYNCBUSY_SWRST (_U(0x1) << TC_SYNCBUSY_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h2611 return (((Tc *)hw)->COUNT8.SYNCBUSY.reg & TC_SYNCBUSY_SWRST) >> TC_SYNCBUSY_SWRST_Pos; in hri_tc_get_SYNCBUSY_SWRST_bit()