Example of UART-DMA transfers taken form the npx cmsis driver libary

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

DMA

DMA

Functions

void DMA_IRQHandler (void)
 GPDMA interrupt handler sub-routine.
int c_entry (void)
 c_entry: Main UART program body

Function Documentation

int c_entry ( void   )

c_entry: Main UART program body

Parameters:
[in]None
Returns:
int

Definition at line 131 of file uart_dma_test.c.

void DMA_IRQHandler ( void   )

GPDMA interrupt handler sub-routine.

Parameters:
[in]None
Returns:
None

Definition at line 77 of file uart_dma_test.c.