Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h68 #define DMAC_CTRL_SWRST (_U(0x1) << DMAC_CTRL_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h272 ((Dmac *)hw)->CTRL.reg |= DMAC_CTRL_SWRST; in hri_dmac_set_CTRL_SWRST_bit()
280 tmp = (tmp & DMAC_CTRL_SWRST) >> DMAC_CTRL_SWRST_Pos; in hri_dmac_get_CTRL_SWRST_bit()