Go to the source code of this file.
Functions |
void | F_Dma3Init (void) |
void | F_Dma3Svc (void) |
INT8U | F_Dma3InUseCheck (void) |
INT8U | F_Dma3Allocate (INT16U UserId) |
INT8U | F_Dma3Release (INT16U UserId) |
INT8U | F_Dma3Reset (INT16U UserId) |
INT8U | F_Dma3Request (INT16U UserId) |
INT8U | F_Dma3Start (INT16U UserId) |
INT8U | F_Dma3Stop (INT16U UserId) |
INT8U | F_Dma3Run (INT16U UserId) |
INT8U | F_Dma3DisrcSet (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma3DidstSet (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma3DisrccSet (INT16U UserId, INT32U InitialSourceCtrl) |
INT8U | F_Dma3DidstcSet (INT16U UserId, INT32U InitialDestinationCtrl) |
INT8U | F_Dma3DconSet (INT16U UserId, INT32U DmaControl) |
INT8U | F_Dma3LengthSet (INT16U UserId, INT32U Length) |
INT8U | F_Dma3TriggerModeSet (INT16U UserId, INT8U TriggerMode) |
INT32U | F_Dma3StatusRegisterGet (void) |
INT8U | F_Dma3IsrHookFunctionSet (INT16U UserId, INT32U Function) |
INT8U | F_Dma3DisrcSetIsr (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma3DidstSetIsr (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma3LengthSetIsr (INT16U UserId, INT32U Length) |
INT8U | F_Dma3StartIsr (INT16U UserId) |
Macro Definition Documentation
#define DMA3_DEMAND_MODE 0x00000000 |
#define DMA3_DONE_GEN_INT 0x20000000 |
#define DMA3_DONE_NO_INT 0x00000000 |
#define DMA3_DST_ADDR_FIXED 0x01 |
#define DMA3_DST_ADDR_INC 0x00 |
#define DMA3_DST_LOC_AHB 0x00 |
#define DMA3_DST_LOC_APB 0x02 |
#define DMA3_DSZ_16b 0x00100000 |
#define DMA3_DSZ_32b 0x00200000 |
#define DMA3_DSZ_8b 0x00000000 |
#define DMA3_HANDSHAKE_MODE 0x80000000 |
#define DMA3_HW_TRIG 0x00800000 |
#define DMA3_RELOAD_OFF 0x00400000 |
#define DMA3_RELOAD_ON 0x00000000 |
Definition at line 5 of file dma3.h.
#define DMA3_SINGLE_SVC 0x00000000 |
Definition at line 6 of file dma3.h.
#define DMA3_SRC_ADDR_FIXED 0x01 |
#define DMA3_SRC_ADDR_INC 0x00 |
#define DMA3_SRC_LOC_AHB 0x00 |
#define DMA3_SRC_LOC_APB 0x02 |
#define DMA3_SW_TRIG 0x00000000 |
#define DMA3_SYNC_AHB 0x40000000 |
#define DMA3_SYNC_APB 0x00000000 |
Definition at line 7 of file dma3.h.
#define DMA3_TRIGGER_HW 0 |
#define DMA3_TRIGGER_SW 1 |
#define DMA3_TSZ_BURST 0x10000000 |
#define DMA3_TSZ_UNIT 0x00000000 |
Definition at line 4 of file dma3.h.
Definition at line 8 of file dma3.h.
#define DMA3_WHOLE_SVC 0x08000000 |
Function Documentation
INT8U F_Dma3InUseCheck |
( |
void |
| ) |
|
INT32U F_Dma3StatusRegisterGet |
( |
void |
| ) |
|
Variable Documentation