Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h1639 ((Tc *)hw)->COUNT8.EVCTRL.reg |= TC_EVCTRL_OVFEO; in hri_tc_set_EVCTRL_OVFEO_bit()
1647 tmp = (tmp & TC_EVCTRL_OVFEO) >> TC_EVCTRL_OVFEO_Pos; in hri_tc_get_EVCTRL_OVFEO_bit()
1656 tmp &= ~TC_EVCTRL_OVFEO; in hri_tc_write_EVCTRL_OVFEO_bit()
1665 ((Tc *)hw)->COUNT8.EVCTRL.reg &= ~TC_EVCTRL_OVFEO; in hri_tc_clear_EVCTRL_OVFEO_bit()
1672 ((Tc *)hw)->COUNT8.EVCTRL.reg ^= TC_EVCTRL_OVFEO; in hri_tc_toggle_EVCTRL_OVFEO_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h269 #define TC_EVCTRL_OVFEO (_U(0x1) << TC_EVCTRL_OVFEO_Pos) macro