Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dac_l21.h135 ((Dac *)hw)->INTENSET.reg = DAC_INTENSET_EMPTY0; in hri_dac_set_INTEN_EMPTY0_bit()
140 return (((Dac *)hw)->INTENSET.reg & DAC_INTENSET_EMPTY0) >> DAC_INTENSET_EMPTY0_Pos; in hri_dac_get_INTEN_EMPTY0_bit()
146 ((Dac *)hw)->INTENCLR.reg = DAC_INTENSET_EMPTY0; in hri_dac_write_INTEN_EMPTY0_bit()
148 ((Dac *)hw)->INTENSET.reg = DAC_INTENSET_EMPTY0; in hri_dac_write_INTEN_EMPTY0_bit()
154 ((Dac *)hw)->INTENCLR.reg = DAC_INTENSET_EMPTY0; in hri_dac_clear_INTEN_EMPTY0_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddac.h208 #define DAC_INTENSET_EMPTY0 (1 << DAC_INTENSET_EMPTY0_Pos) macro