36#ifndef LIBBSP_ARM_LPC24XX_DMA_H
37#define LIBBSP_ARM_LPC24XX_DMA_H
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
rtems_status_code lpc24xx_dma_channel_obtain(unsigned channel)
Tries to obtain the DMA channel channel.
Definition: dma.c:72
void lpc24xx_dma_initialize(void)
Initializes the general purpose DMA.
Definition: dma.c:47
void lpc24xx_dma_channel_disable(unsigned channel, bool force)
Disables the DMA channel channel.
Definition: dma.c:96
void lpc24xx_dma_channel_release(unsigned channel)
Releases the DMA channel channel.
Definition: dma.c:89
This header file defines the RTEMS Classic API.