Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h199 #define TC_CTRLBSET_ONESHOT_Pos 2 /**< \brief (TC_CTRLBSET) One-Shot on Counter */ macro
200 #define TC_CTRLBSET_ONESHOT (_U(0x1) << TC_CTRLBSET_ONESHOT_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h688 return (((Tc *)hw)->COUNT8.CTRLBSET.reg & TC_CTRLBSET_ONESHOT) >> TC_CTRLBSET_ONESHOT_Pos; in hri_tc_get_CTRLB_ONESHOT_bit()