Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c74 …| (CONF_DMAC_EVOE_##n << DMAC_CHCTRLB_EVOE_Pos) …
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h785 #define DMAC_CHCTRLB_EVOE_Pos 4 /**< \brief (DMAC_CHCTRLB) Channel Event Output En… macro
786 #define DMAC_CHCTRLB_EVOE (_U(0x1) << DMAC_CHCTRLB_EVOE_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3060 tmp = (tmp & DMAC_CHCTRLB_EVOE) >> DMAC_CHCTRLB_EVOE_Pos; in hri_dmac_get_CHCTRLB_EVOE_bit()
3070 tmp |= value << DMAC_CHCTRLB_EVOE_Pos; in hri_dmac_write_CHCTRLB_EVOE_bit()