Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddac.h247 #define DAC_INTFLAG_EMPTY1_Pos 3 /**< \brief (DAC_INTFLAG) Data Buffer 1 Empty */ macro
248 #define DAC_INTFLAG_EMPTY1 (1 << DAC_INTFLAG_EMPTY1_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dac_l21.h242 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_EMPTY1) >> DAC_INTFLAG_EMPTY1_Pos; in hri_dac_get_INTFLAG_EMPTY1_bit()
282 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_EMPTY1) >> DAC_INTFLAG_EMPTY1_Pos; in hri_dac_get_interrupt_EMPTY1_bit()