154 uint8_t
function, channel;
156 switch (gpdma_peripheral_connection_number) {
300 if (0 != gpdma_peripheral_connection_number) {
301 LPC_CREG->DMAMUX &= ~(0x03 << (2 * channel));
302 LPC_CREG->DMAMUX |= (
function << (2 * channel));
318 ChannelHandlerArray[i].ChannelStatus =
DISABLE;
362 uint8_t SrcPeripheral = 0, DstPeripheral = 0;
368 switch (TransferType) {
419 temp) && (ChannelHandlerArray[temp].ChannelStatus ==
DISABLE)) {