Home
last modified time | relevance | path

Searched refs:DMAC_CTRL_LVLEN3 (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h487 ((Dmac *)hw)->CTRL.reg |= DMAC_CTRL_LVLEN3; in hri_dmac_set_CTRL_LVLEN3_bit()
495 tmp = (tmp & DMAC_CTRL_LVLEN3) >> DMAC_CTRL_LVLEN3_Pos; in hri_dmac_get_CTRL_LVLEN3_bit()
504 tmp &= ~DMAC_CTRL_LVLEN3; in hri_dmac_write_CTRL_LVLEN3_bit()
513 ((Dmac *)hw)->CTRL.reg &= ~DMAC_CTRL_LVLEN3; in hri_dmac_clear_CTRL_LVLEN3_bit()
520 ((Dmac *)hw)->CTRL.reg ^= DMAC_CTRL_LVLEN3; in hri_dmac_toggle_CTRL_LVLEN3_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h80 #define DMAC_CTRL_LVLEN3 (1 << DMAC_CTRL_LVLEN3_Pos) macro