Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h415 #define TC_STATUS_PERBUFV_Pos 3 /**< \brief (TC_STATUS) Synchronization Busy Statu… macro
416 #define TC_STATUS_PERBUFV (_U(0x1) << TC_STATUS_PERBUFV_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h2693 return (((Tc *)hw)->COUNT8.STATUS.reg & TC_STATUS_PERBUFV) >> TC_STATUS_PERBUFV_Pos; in hri_tc_get_STATUS_PERBUFV_bit()