NUC472_NUC442_BSP V3.03.005
The Board Support Package for NUC472/NUC442
Functions | Variables
pdma.c File Reference

NUC472/NUC442 PDMA driver source file. More...

#include "NUC472_442.h"
Include dependency graph for pdma.c:

Go to the source code of this file.

Functions

void PDMA_Open (uint32_t u32Mask)
 PDMA Open. More...
 
void PDMA_Close (void)
 PDMA Close. More...
 
void PDMA_SetTransferCnt (uint32_t u32Ch, uint32_t u32Width, uint32_t u32TransCount)
 Set PDMA Transfer Count. More...
 
void PDMA_SetTransferAddr (uint32_t u32Ch, uint32_t u32SrcAddr, uint32_t u32SrcCtrl, uint32_t u32DstAddr, uint32_t u32DstCtrl)
 Set PDMA Transfer Address. More...
 
void PDMA_SetTransferMode (uint32_t u32Ch, uint32_t u32Peripheral, uint32_t u32ScatterEn, uint32_t u32DescAddr)
 Set PDMA Transfer Mode. More...
 
void PDMA_SetBurstType (uint32_t u32Ch, uint32_t u32BurstType, uint32_t u32BurstSize)
 Set PDMA Burst Type. More...
 
void PDMA_Trigger (uint32_t u32Ch)
 Trigger PDMA. More...
 
void PDMA_EnableInt (uint32_t u32Ch, uint32_t u32Mask)
 Enable Interrupt. More...
 
void PDMA_DisableInt (uint32_t u32Ch, uint32_t u32Mask)
 Disable Interrupt. More...
 

Variables

static uint8_t u32ChSelect [PDMA_CH_MAX]
 

Detailed Description

NUC472/NUC442 PDMA driver source file.

Version
V1.00
Revision
8
Date
15/03/16 3:17p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file pdma.c.

Variable Documentation

◆ u32ChSelect

uint8_t u32ChSelect[PDMA_CH_MAX]
static

Definition at line 15 of file pdma.c.