Home
last modified time | relevance | path

Searched refs:DAC_INTFLAG_UNDERRUN0 (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dac_l21.h212 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()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddac.h239 #define DAC_INTFLAG_UNDERRUN0 (1 << DAC_INTFLAG_UNDERRUN0_Pos) macro