Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddmac.h402 #define DMAC_INTPEND_BUSY_Pos 14 /**< \brief (DMAC_INTPEND) Busy */ macro
403 #define DMAC_INTPEND_BUSY (_U(0x1) << DMAC_INTPEND_BUSY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dmac_l21.h2447 tmp = (tmp & DMAC_INTPEND_BUSY) >> DMAC_INTPEND_BUSY_Pos; in hri_dmac_get_INTPEND_BUSY_bit()
2457 tmp |= value << DMAC_INTPEND_BUSY_Pos; in hri_dmac_write_INTPEND_BUSY_bit()