Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h67 #define DMAC_CTRL_SWRST_Pos 0 /**< \brief (DMAC_CTRL) Software Reset */ macro
68 #define DMAC_CTRL_SWRST (_U(0x1) << DMAC_CTRL_SWRST_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h280 tmp = (tmp & DMAC_CTRL_SWRST) >> DMAC_CTRL_SWRST_Pos; in hri_dmac_get_CTRL_SWRST_bit()