Searched refs:DAC_INTFLAG_UNDERRUN0 (Results 1 – 2 of 2) sorted by relevance
212 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_UNDERRUN0) >> DAC_INTFLAG_UNDERRUN0_Pos; in hri_dac_get_INTFLAG_UNDERRUN0_bit()217 ((Dac *)hw)->INTFLAG.reg = DAC_INTFLAG_UNDERRUN0; in hri_dac_clear_INTFLAG_UNDERRUN0_bit()252 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_UNDERRUN0) >> DAC_INTFLAG_UNDERRUN0_Pos; in hri_dac_get_interrupt_UNDERRUN0_bit()257 ((Dac *)hw)->INTFLAG.reg = DAC_INTFLAG_UNDERRUN0; in hri_dac_clear_interrupt_UNDERRUN0_bit()
239 #define DAC_INTFLAG_UNDERRUN0 (1 << DAC_INTFLAG_UNDERRUN0_Pos) macro