Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dac.h57 #define AC_CTRLA_SWRST (_U(0x1) << AC_CTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ac_l21.h276 ((Ac *)hw)->CTRLA.reg |= AC_CTRLA_SWRST; in hri_ac_set_CTRLA_SWRST_bit()
285 tmp = (tmp & AC_CTRLA_SWRST) >> AC_CTRLA_SWRST_Pos; in hri_ac_get_CTRLA_SWRST_bit()