Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h195 #define TC_CTRLBSET_DIR_Pos 0 /**< \brief (TC_CTRLBSET) Counter Direction */ macro
196 #define TC_CTRLBSET_DIR (_U(0x1) << TC_CTRLBSET_DIR_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h640 return (((Tc *)hw)->COUNT8.CTRLBSET.reg & TC_CTRLBSET_DIR) >> TC_CTRLBSET_DIR_Pos; in hri_tc_get_CTRLB_DIR_bit()