Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h737 #define DMAC_CHCTRLA_SWRST (_U(0x1) << DMAC_CHCTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h2876 ((Dmac *)hw)->CHCTRLA.reg |= DMAC_CHCTRLA_SWRST; in hri_dmac_set_CHCTRLA_SWRST_bit()
2884 tmp = (tmp & DMAC_CHCTRLA_SWRST) >> DMAC_CHCTRLA_SWRST_Pos; in hri_dmac_get_CHCTRLA_SWRST_bit()