![]() |
Nano100BN Series BSP
V3.03.002
The Board Support Package for Nano100BN Series
|
Nano100 series PDMA driver source file. More...
#include "Nano100Series.h"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_SetTimeOut (uint32_t u32Ch, uint32_t u32OnOff, uint32_t u32TimeOutCnt) |
| Set PDMA Timeout. 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... | |
Nano100 series PDMA driver source file.
Definition in file pdma.c.
1.8.15