Searched refs:DAC_INTFLAG_UNDERRUN1 (Results 1 – 2 of 2) sorted by relevance
222 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_UNDERRUN1) >> DAC_INTFLAG_UNDERRUN1_Pos; in hri_dac_get_INTFLAG_UNDERRUN1_bit()227 ((Dac *)hw)->INTFLAG.reg = DAC_INTFLAG_UNDERRUN1; in hri_dac_clear_INTFLAG_UNDERRUN1_bit()262 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_UNDERRUN1) >> DAC_INTFLAG_UNDERRUN1_Pos; in hri_dac_get_interrupt_UNDERRUN1_bit()267 ((Dac *)hw)->INTFLAG.reg = DAC_INTFLAG_UNDERRUN1; in hri_dac_clear_interrupt_UNDERRUN1_bit()
241 #define DAC_INTFLAG_UNDERRUN1 (1 << DAC_INTFLAG_UNDERRUN1_Pos) macro