Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddac.h245 #define DAC_INTFLAG_EMPTY0_Pos 2 /**< \brief (DAC_INTFLAG) Data Buffer 0 Empty */ macro
246 #define DAC_INTFLAG_EMPTY0 (1 << DAC_INTFLAG_EMPTY0_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dac_l21.h232 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_EMPTY0) >> DAC_INTFLAG_EMPTY0_Pos; in hri_dac_get_INTFLAG_EMPTY0_bit()
272 return (((Dac *)hw)->INTFLAG.reg & DAC_INTFLAG_EMPTY0) >> DAC_INTFLAG_EMPTY0_Pos; in hri_dac_get_interrupt_EMPTY0_bit()