Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Deic.h59 #define EIC_CTRLA_SWRST (_U(0x1) << EIC_CTRLA_SWRST_Pos) macro
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_eic_l21.h194 ((Eic *)hw)->CTRLA.reg |= EIC_CTRLA_SWRST; in hri_eic_set_CTRLA_SWRST_bit()
203 tmp = (tmp & EIC_CTRLA_SWRST) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()