22 #ifndef LIBBSP_ARM_LPC176X_DMA_H 23 #define LIBBSP_ARM_LPC176X_DMA_H void lpc176x_dma_initialize(void)
Initializes the general purpose DMA.
Definition: dma.c:32
rtems_status_code
Classic API Status.
Definition: status.h:43
void lpc176x_dma_channel_disable(unsigned channel, bool force)
Disables the DMA channel channel.
Definition: dma.c:89
void lpc176x_dma_channel_release(unsigned channel)
Releases the DMA channel channel.
Definition: dma.c:79
rtems_status_code lpc176x_dma_channel_obtain(unsigned channel)
Tries to obtain the DMA channel channel.
Definition: dma.c:57