Searched refs:DAC_SYNCBUSY_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance
317 #define DAC_SYNCBUSY_SWRST_Pos 0 /**< \brief (DAC_SYNCBUSY) Software Reset */ macro318 #define DAC_SYNCBUSY_SWRST (_U(0x1) << DAC_SYNCBUSY_SWRST_Pos)
1276 return (((Dac *)hw)->SYNCBUSY.reg & DAC_SYNCBUSY_SWRST) >> DAC_SYNCBUSY_SWRST_Pos; in hri_dac_get_SYNCBUSY_SWRST_bit()