Searched refs:DAC_INTENSET_EMPTY1_Pos (Results 1 – 2 of 2) sorted by relevance
209 #define DAC_INTENSET_EMPTY1_Pos 3 /**< \brief (DAC_INTENSET) Data Buffer 1 Empty Int… macro210 #define DAC_INTENSET_EMPTY1 (1 << DAC_INTENSET_EMPTY1_Pos)
164 return (((Dac *)hw)->INTENSET.reg & DAC_INTENSET_EMPTY1) >> DAC_INTENSET_EMPTY1_Pos; in hri_dac_get_INTEN_EMPTY1_bit()