Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Deic.h58 #define EIC_CTRLA_SWRST_Pos 0 /**< \brief (EIC_CTRLA) Software Reset */ macro
59 #define EIC_CTRLA_SWRST (_U(0x1) << EIC_CTRLA_SWRST_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_eic_l21.h203 tmp = (tmp & EIC_CTRLA_SWRST) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()