Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c108 | (CONF_DMAC_LVLEN3 << DMAC_CTRL_LVLEN3_Pos)); in _dma_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h79 #define DMAC_CTRL_LVLEN3_Pos 11 /**< \brief (DMAC_CTRL) Priority Level 3 Enable */ macro
80 #define DMAC_CTRL_LVLEN3 (1 << DMAC_CTRL_LVLEN3_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h495 tmp = (tmp & DMAC_CTRL_LVLEN3) >> DMAC_CTRL_LVLEN3_Pos; in hri_dmac_get_CTRL_LVLEN3_bit()
505 tmp |= value << DMAC_CTRL_LVLEN3_Pos; in hri_dmac_write_CTRL_LVLEN3_bit()