Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddac.h240 #define DAC_INTFLAG_UNDERRUN1_Pos 1 /**< \brief (DAC_INTFLAG) DAC 1 Underrun */ macro
241 #define DAC_INTFLAG_UNDERRUN1 (1 << DAC_INTFLAG_UNDERRUN1_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dac_l21.h222 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_UNDERRUN1) >> DAC_INTFLAG_UNDERRUN1_Pos; in hri_dac_get_INTFLAG_UNDERRUN1_bit()
262 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_UNDERRUN1) >> DAC_INTFLAG_UNDERRUN1_Pos; in hri_dac_get_interrupt_UNDERRUN1_bit()