Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c107 | (CONF_DMAC_LVLEN2 << DMAC_CTRL_LVLEN2_Pos) in _dma_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h77 #define DMAC_CTRL_LVLEN2_Pos 10 /**< \brief (DMAC_CTRL) Priority Level 2 Enable */ macro
78 #define DMAC_CTRL_LVLEN2 (1 << DMAC_CTRL_LVLEN2_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h455 tmp = (tmp & DMAC_CTRL_LVLEN2) >> DMAC_CTRL_LVLEN2_Pos; in hri_dmac_get_CTRL_LVLEN2_bit()
465 tmp |= value << DMAC_CTRL_LVLEN2_Pos; in hri_dmac_write_CTRL_LVLEN2_bit()