Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h411 #define TC_STATUS_STOP_Pos 0 /**< \brief (TC_STATUS) Stop Status Flag */ macro
412 #define TC_STATUS_STOP (_U(0x1) << TC_STATUS_STOP_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h2665 return (((Tc *)hw)->COUNT8.STATUS.reg & TC_STATUS_STOP) >> TC_STATUS_STOP_Pos; in hri_tc_get_STATUS_STOP_bit()