Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h413 #define TC_STATUS_SLAVE_Pos 1 /**< \brief (TC_STATUS) Slave Status Flag */ macro
414 #define TC_STATUS_SLAVE (_U(0x1) << TC_STATUS_SLAVE_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h2679 return (((Tc *)hw)->COUNT8.STATUS.reg & TC_STATUS_SLAVE) >> TC_STATUS_SLAVE_Pos; in hri_tc_get_STATUS_SLAVE_bit()