Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h447 ((Dmac *)hw)->CTRL.reg |= DMAC_CTRL_LVLEN2; in hri_dmac_set_CTRL_LVLEN2_bit()
455 tmp = (tmp & DMAC_CTRL_LVLEN2) >> DMAC_CTRL_LVLEN2_Pos; in hri_dmac_get_CTRL_LVLEN2_bit()
464 tmp &= ~DMAC_CTRL_LVLEN2; in hri_dmac_write_CTRL_LVLEN2_bit()
473 ((Dmac *)hw)->CTRL.reg &= ~DMAC_CTRL_LVLEN2; in hri_dmac_clear_CTRL_LVLEN2_bit()
480 ((Dmac *)hw)->CTRL.reg ^= DMAC_CTRL_LVLEN2; in hri_dmac_toggle_CTRL_LVLEN2_bit()
/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h78 #define DMAC_CTRL_LVLEN2 (1 << DMAC_CTRL_LVLEN2_Pos) macro