Searched refs:EIC_CTRLA_SWRST (Results 1 – 10 of 10) sorted by relevance
160 eics[i]->CTRLA.reg |= EIC_CTRLA_SWRST; in _system_extint_init()
60 #define EIC_CTRLA_SWRST (_U_(0x1) << EIC_CTRLA_SWRST_Pos) macro
64 #define EIC_CTRLA_SWRST EIC_CTRLA_SWRST_Msk /**< \de… macro
207 ((Eic *)hw)->CTRLA.reg |= EIC_CTRLA_SWRST; in hri_eic_set_CTRLA_SWRST_bit()217 tmp = (tmp & EIC_CTRLA_SWRST) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()
233 ((Eic *)hw)->CTRLA.reg |= EIC_CTRLA_SWRST; in hri_eic_set_CTRLA_SWRST_bit()243 tmp = (tmp & EIC_CTRLA_SWRST) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()
Completed in 42 milliseconds