Home
last modified time | relevance | path

Searched refs:DMAC_BTCTRL_DSTINC_Pos (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c78 …| (CONF_DMAC_DSTINC_##n << DMAC_BTCTRL_DSTINC_Pos) …
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h965 #define DMAC_BTCTRL_DSTINC_Pos 11 /**< \brief (DMAC_BTCTRL) Destination Address Incr… macro
966 #define DMAC_BTCTRL_DSTINC (_U(0x1) << DMAC_BTCTRL_DSTINC_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3870 tmp = (tmp & DMAC_BTCTRL_DSTINC) >> DMAC_BTCTRL_DSTINC_Pos; in hri_dmacdescriptor_get_BTCTRL_DSTINC_bit()
3880 tmp |= value << DMAC_BTCTRL_DSTINC_Pos; in hri_dmacdescriptor_write_BTCTRL_DSTINC_bit()