Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ac_l21.h88 ((Ac *)hw)->INTENSET.reg = AC_INTENSET_COMP0; in hri_ac_set_INTEN_COMP0_bit()
93 return (((Ac *)hw)->INTENSET.reg & AC_INTENSET_COMP0) >> AC_INTENSET_COMP0_Pos; in hri_ac_get_INTEN_COMP0_bit()
99 ((Ac *)hw)->INTENCLR.reg = AC_INTENSET_COMP0; in hri_ac_write_INTEN_COMP0_bit()
101 ((Ac *)hw)->INTENSET.reg = AC_INTENSET_COMP0; in hri_ac_write_INTEN_COMP0_bit()
107 ((Ac *)hw)->INTENCLR.reg = AC_INTENSET_COMP0; in hri_ac_clear_INTEN_COMP0_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dac.h212 #define AC_INTENSET_COMP0 (1 << AC_INTENSET_COMP0_Pos) macro