Go to the source code of this file.
Functions |
void | F_Dma0Init (void) |
void | F_Dma0Svc (void) |
INT8U | F_Dma0InUseCheck (void) |
INT8U | F_Dma0Allocate (INT16U UserId) |
INT8U | F_Dma0Release (INT16U UserId) |
INT8U | F_Dma0Reset (INT16U UserId) |
INT8U | F_Dma0Request (INT16U UserId) |
INT8U | F_Dma0Start (INT16U UserId) |
INT8U | F_Dma0Stop (INT16U UserId) |
INT8U | F_Dma0Run (INT16U UserId) |
INT8U | F_Dma0DisrcSet (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma0DidstSet (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma0DisrccSet (INT16U UserId, INT32U InitialSourceCtrl) |
INT8U | F_Dma0DidstcSet (INT16U UserId, INT32U InitialDestinationCtrl) |
INT8U | F_Dma0DconSet (INT16U UserId, INT32U DmaControl) |
INT8U | F_Dma0LengthSet (INT16U UserId, INT32U Length) |
INT8U | F_Dma0TriggerModeSet (INT16U UserId, INT8U TriggerMode) |
INT32U | F_Dma0StatusRegisterGet (void) |
INT8U | F_Dma0IsrHookFunctionSet (INT16U UserId, INT32U Function) |
INT8U | F_Dma0DisrcSetIsr (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma0DidstSetIsr (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma0LengthSetIsr (INT16U UserId, INT32U Length) |
INT8U | F_Dma0StartIsr (INT16U UserId) |
Macro Definition Documentation
#define DMA0_DEMAND_MODE 0x00000000 |
#define DMA0_DONE_GEN_INT 0x20000000 |
#define DMA0_DONE_NO_INT 0x00000000 |
#define DMA0_DST_ADDR_FIXED 0x01 |
#define DMA0_DST_ADDR_INC 0x00 |
#define DMA0_DST_LOC_AHB 0x00 |
#define DMA0_DST_LOC_APB 0x02 |
#define DMA0_DSZ_16b 0x00100000 |
#define DMA0_DSZ_32b 0x00200000 |
#define DMA0_DSZ_8b 0x00000000 |
#define DMA0_HANDSHAKE_MODE 0x80000000 |
#define DMA0_HW_TRIG 0x00800000 |
Definition at line 4 of file dma0.h.
#define DMA0_RELOAD_OFF 0x00400000 |
#define DMA0_RELOAD_ON 0x00000000 |
Definition at line 6 of file dma0.h.
#define DMA0_SINGLE_SVC 0x00000000 |
#define DMA0_SRC_ADDR_FIXED 0x01 |
#define DMA0_SRC_ADDR_INC 0x00 |
#define DMA0_SRC_LOC_AHB 0x00 |
#define DMA0_SRC_LOC_APB 0x02 |
#define DMA0_SW_TRIG 0x00000000 |
#define DMA0_SYNC_AHB 0x40000000 |
#define DMA0_SYNC_APB 0x00000000 |
Definition at line 7 of file dma0.h.
#define DMA0_TRIGGER_HW 0 |
#define DMA0_TRIGGER_SW 1 |
#define DMA0_TSZ_BURST 0x10000000 |
#define DMA0_TSZ_UNIT 0x00000000 |
Definition at line 5 of file dma0.h.
Definition at line 8 of file dma0.h.
#define DMA0_WHOLE_SVC 0x08000000 |
Function Documentation
INT8U F_Dma0InUseCheck |
( |
void |
| ) |
|
INT32U F_Dma0StatusRegisterGet |
( |
void |
| ) |
|
Variable Documentation