Home
last modified time | relevance | path

Searched refs:INT_DMA_ERR (Results 1 – 4 of 4) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_ints.h85 #define INT_DMA_ERR 41 // DMA bus error macro
/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dinterrupt.h103 #define INT_DMA_ERR (46) /* DMA_ERR IRQ */ macro
Ddma.h357 #define DMA_INTERR INT_DMA_ERR
/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dudma.h943 ASSERT((ui32IntChannel == INT_DMA_DONE_COMB) || (ui32IntChannel == INT_DMA_ERR)); in uDMAIntRegister()
977 ASSERT((ui32IntChannel == INT_DMA_DONE_COMB) || (ui32IntChannel == INT_DMA_ERR)); in uDMAIntUnregister()