RTEMS  5.0.0
Functions
dma.c File Reference

Direct memory access (DMA) support. More...

#include <rtems/endian.h>
#include <bsp/lpc24xx.h>
#include <bsp/dma.h>
#include <bsp/io.h>

Functions

void lpc24xx_dma_initialize (void)
 Initializes the general purpose DMA.
 
rtems_status_code lpc24xx_dma_channel_obtain (unsigned channel)
 Tries to obtain the DMA channel channel. More...
 
void lpc24xx_dma_channel_release (unsigned channel)
 Releases the DMA channel channel. More...
 
void lpc24xx_dma_channel_disable (unsigned channel, bool force)
 Disables the DMA channel channel. More...
 

Detailed Description

Direct memory access (DMA) support.