Searched refs:EIC_CTRLA_SWRST_Pos (Results 1 – 10 of 10) sorted by relevance
59 #define EIC_CTRLA_SWRST_Pos 0 /**< \brief (EIC_CTRLA) Software Reset */ macro60 #define EIC_CTRLA_SWRST (_U_(0x1) << EIC_CTRLA_SWRST_Pos)
62 #define EIC_CTRLA_SWRST_Pos 0 /**< (EI… macro63 #define EIC_CTRLA_SWRST_Msk (_U_(0x1) << EIC_CTRLA_SWRST_Pos) /**< (EI…
217 tmp = (tmp & EIC_CTRLA_SWRST) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()
243 tmp = (tmp & EIC_CTRLA_SWRST) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()
289 tmp = (tmp & EIC_CTRLA_SWRST_Msk) >> EIC_CTRLA_SWRST_Pos; in hri_eic_get_CTRLA_SWRST_bit()
Completed in 51 milliseconds