Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c106 … (CONF_DMAC_LVLEN0 << DMAC_CTRL_LVLEN0_Pos) | (CONF_DMAC_LVLEN1 << DMAC_CTRL_LVLEN1_Pos) in _dma_init()
/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h75 #define DMAC_CTRL_LVLEN1_Pos 9 /**< \brief (DMAC_CTRL) Priority Level 1 Enable */ macro
76 #define DMAC_CTRL_LVLEN1 (1 << DMAC_CTRL_LVLEN1_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h415 tmp = (tmp & DMAC_CTRL_LVLEN1) >> DMAC_CTRL_LVLEN1_Pos; in hri_dmac_get_CTRL_LVLEN1_bit()
425 tmp |= value << DMAC_CTRL_LVLEN1_Pos; in hri_dmac_write_CTRL_LVLEN1_bit()