Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h779 #define TCC_EVCTRL_OVFEO (_U(0x1) << TCC_EVCTRL_OVFEO_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h6548 ((Tcc *)hw)->EVCTRL.reg |= TCC_EVCTRL_OVFEO; in hri_tcc_set_EVCTRL_OVFEO_bit()
6556 tmp = (tmp & TCC_EVCTRL_OVFEO) >> TCC_EVCTRL_OVFEO_Pos; in hri_tcc_get_EVCTRL_OVFEO_bit()
6565 tmp &= ~TCC_EVCTRL_OVFEO; in hri_tcc_write_EVCTRL_OVFEO_bit()
6574 ((Tcc *)hw)->EVCTRL.reg &= ~TCC_EVCTRL_OVFEO; in hri_tcc_clear_EVCTRL_OVFEO_bit()
6581 ((Tcc *)hw)->EVCTRL.reg ^= TCC_EVCTRL_OVFEO; in hri_tcc_toggle_EVCTRL_OVFEO_bit()