Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c117 | DMAC_PRICTRL0_LVLPRI2(CONF_DMAC_LVLPRI2) in _dma_init()
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h2140 ((Dmac *)hw)->PRICTRL0.reg |= DMAC_PRICTRL0_LVLPRI2(mask); in hri_dmac_set_PRICTRL0_LVLPRI2_bf()
2149 tmp = (tmp & DMAC_PRICTRL0_LVLPRI2(mask)) >> DMAC_PRICTRL0_LVLPRI2_Pos; in hri_dmac_get_PRICTRL0_LVLPRI2_bf()
2159 tmp |= DMAC_PRICTRL0_LVLPRI2(data); in hri_dmac_write_PRICTRL0_LVLPRI2_bf()
2167 ((Dmac *)hw)->PRICTRL0.reg &= ~DMAC_PRICTRL0_LVLPRI2(mask); in hri_dmac_clear_PRICTRL0_LVLPRI2_bf()
2174 ((Dmac *)hw)->PRICTRL0.reg ^= DMAC_PRICTRL0_LVLPRI2(mask); in hri_dmac_toggle_PRICTRL0_LVLPRI2_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h360 #define DMAC_PRICTRL0_LVLPRI2(value) (DMAC_PRICTRL0_LVLPRI2_Msk & ((value) << DMAC_PRICTRL0_LVLPRI2… macro