Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ac_l21.h112 ((Ac *)hw)->INTENSET.reg = AC_INTENSET_COMP1; in hri_ac_set_INTEN_COMP1_bit()
117 return (((Ac *)hw)->INTENSET.reg & AC_INTENSET_COMP1) >> AC_INTENSET_COMP1_Pos; in hri_ac_get_INTEN_COMP1_bit()
123 ((Ac *)hw)->INTENCLR.reg = AC_INTENSET_COMP1; in hri_ac_write_INTEN_COMP1_bit()
125 ((Ac *)hw)->INTENSET.reg = AC_INTENSET_COMP1; in hri_ac_write_INTEN_COMP1_bit()
131 ((Ac *)hw)->INTENCLR.reg = AC_INTENSET_COMP1; in hri_ac_clear_INTEN_COMP1_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dac.h214 #define AC_INTENSET_COMP1 (1 << AC_INTENSET_COMP1_Pos) macro