Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h2319 ((Dmac *)hw)->INTPEND.reg |= DMAC_INTPEND_TCMPL; in hri_dmac_set_INTPEND_TCMPL_bit()
2327 tmp = (tmp & DMAC_INTPEND_TCMPL) >> DMAC_INTPEND_TCMPL_Pos; in hri_dmac_get_INTPEND_TCMPL_bit()
2336 tmp &= ~DMAC_INTPEND_TCMPL; in hri_dmac_write_INTPEND_TCMPL_bit()
2345 ((Dmac *)hw)->INTPEND.reg &= ~DMAC_INTPEND_TCMPL; in hri_dmac_clear_INTPEND_TCMPL_bit()
2352 ((Dmac *)hw)->INTPEND.reg ^= DMAC_INTPEND_TCMPL; in hri_dmac_toggle_INTPEND_TCMPL_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h397 #define DMAC_INTPEND_TCMPL (_U(0x1) << DMAC_INTPEND_TCMPL_Pos) macro