Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h268 #define TC_EVCTRL_OVFEO_Pos 8 /**< \brief (TC_EVCTRL) Event Output Enable */ macro
269 #define TC_EVCTRL_OVFEO (_U(0x1) << TC_EVCTRL_OVFEO_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h1647 tmp = (tmp & TC_EVCTRL_OVFEO) >> TC_EVCTRL_OVFEO_Pos; in hri_tc_get_EVCTRL_OVFEO_bit()
1657 tmp |= value << TC_EVCTRL_OVFEO_Pos; in hri_tc_write_EVCTRL_OVFEO_bit()