Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h768 ((Tc *)hw)->COUNT8.INTENSET.reg = TC_INTENSET_OVF; in hri_tc_set_INTEN_OVF_bit()
773 return (((Tc *)hw)->COUNT8.INTENSET.reg & TC_INTENSET_OVF) >> TC_INTENSET_OVF_Pos; in hri_tc_get_INTEN_OVF_bit()
779 ((Tc *)hw)->COUNT8.INTENCLR.reg = TC_INTENSET_OVF; in hri_tc_write_INTEN_OVF_bit()
781 ((Tc *)hw)->COUNT8.INTENSET.reg = TC_INTENSET_OVF; in hri_tc_write_INTEN_OVF_bit()
787 ((Tc *)hw)->COUNT8.INTENCLR.reg = TC_INTENSET_OVF; in hri_tc_clear_INTEN_OVF_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h339 #define TC_INTENSET_OVF (_U(0x1) << TC_INTENSET_OVF_Pos) macro