36#ifndef LIBBSP_ARM_LPC176X_DMA_H
37#define LIBBSP_ARM_LPC176X_DMA_H
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
rtems_status_code lpc176x_dma_channel_obtain(unsigned channel)
Tries to obtain the DMA channel channel.
Definition: dma.c:70
void lpc176x_dma_channel_release(unsigned channel)
Releases the DMA channel channel.
Definition: dma.c:92
void lpc176x_dma_channel_disable(unsigned channel, bool force)
Disables the DMA channel channel.
Definition: dma.c:102
void lpc176x_dma_initialize(void)
Initializes the general purpose DMA.
Definition: dma.c:45
This header file defines the RTEMS Classic API.