Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/dmac/
Dhpl_dmac.c75 …| (CONF_DMAC_EVIE_##n << DMAC_CHCTRLB_EVIE_Pos) …
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h783 #define DMAC_CHCTRLB_EVIE_Pos 3 /**< \brief (DMAC_CHCTRLB) Channel Event Input Ena… macro
784 #define DMAC_CHCTRLB_EVIE (_U(0x1) << DMAC_CHCTRLB_EVIE_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h3020 tmp = (tmp & DMAC_CHCTRLB_EVIE) >> DMAC_CHCTRLB_EVIE_Pos; in hri_dmac_get_CHCTRLB_EVIE_bit()
3030 tmp |= value << DMAC_CHCTRLB_EVIE_Pos; in hri_dmac_write_CHCTRLB_EVIE_bit()