![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "chip.h"
Go to the source code of this file.
Data Structures | |
struct | DMA_ChannelHandle_t |
Functions | |
void | Chip_GPDMA_Init (void) |
Initialize the GPDMA. | |
void | Chip_DMA_Stop (uint8_t ChannelNum) |
Stop a stream DMA transfer. | |
Status | Chip_DMA_Interrupt (uint8_t ChannelNum) |
The GPDMA stream interrupt status checking. | |
uint8_t | Chip_DMA_GetFreeChannel (uint32_t PeripheralConnection_ID) |
Get a free GPDMA channel for one DMA connection. | |
void | Chip_DMA_Transfer (uint8_t ChannelNum, uint32_t src, uint32_t dst, FlowControlType TransferType, uint32_t Size) |
Do a DMA transfer M2M, M2P,P2M or P2P. | |