Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h419 #define TC_STATUS_CCBUFV1_Pos 5 /**< \brief (TC_STATUS) Compare channel buffer 1 v… macro
420 #define TC_STATUS_CCBUFV1 (1 << TC_STATUS_CCBUFV1_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h2721 return (((Tc *)hw)->COUNT8.STATUS.reg & TC_STATUS_CCBUFV1) >> TC_STATUS_CCBUFV1_Pos; in hri_tc_get_STATUS_CCBUFV1_bit()