Searched refs:FREQM_SYNCBUSY_SWRST_Pos (Results 1 – 10 of 10) sorted by relevance
190 #define FREQM_SYNCBUSY_SWRST_Pos 0 /**< \brief (FREQM_SYNCBUSY) Software Reset */ macro191 #define FREQM_SYNCBUSY_SWRST (_U_(0x1) << FREQM_SYNCBUSY_SWRST_Pos)
219 #define FREQM_SYNCBUSY_SWRST_Pos 0 /**< (FR… macro220 #define FREQM_SYNCBUSY_SWRST_Msk (_U_(0x1) << FREQM_SYNCBUSY_SWRST_Pos) /**< (FR…
166 return (((Freqm *)hw)->SYNCBUSY.reg & FREQM_SYNCBUSY_SWRST) >> FREQM_SYNCBUSY_SWRST_Pos; in hri_freqm_get_SYNCBUSY_SWRST_bit()
166 return (((Freqm *)hw)->SYNCBUSY.reg & FREQM_SYNCBUSY_SWRST_Msk) >> FREQM_SYNCBUSY_SWRST_Pos; in hri_freqm_get_SYNCBUSY_SWRST_bit()
Completed in 17 milliseconds