Go to the source code of this file.
Functions |
void | F_Dma1Init (void) |
void | F_Dma1Svc (void) |
INT8U | F_Dma1InUseCheck (void) |
INT8U | F_Dma1Allocate (INT16U UserId) |
INT8U | F_Dma1Release (INT16U UserId) |
INT8U | F_Dma1Reset (INT16U UserId) |
INT8U | F_Dma1Request (INT16U UserId) |
INT8U | F_Dma1Start (INT16U UserId) |
INT8U | F_Dma1Stop (INT16U UserId) |
INT8U | F_Dma1Run (INT16U UserId) |
INT8U | F_Dma1DisrcSet (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma1DidstSet (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma1DisrccSet (INT16U UserId, INT32U InitialSourceCtrl) |
INT8U | F_Dma1DidstcSet (INT16U UserId, INT32U InitialDestinationCtrl) |
INT8U | F_Dma1DconSet (INT16U UserId, INT32U DmaControl) |
INT8U | F_Dma1LengthSet (INT16U UserId, INT32U Length) |
INT8U | F_Dma1TriggerModeSet (INT16U UserId, INT8U TriggerMode) |
INT32U | F_Dma1StatusRegisterGet (void) |
INT8U | F_Dma1IsrHookFunctionSet (INT16U UserId, INT32U Function) |
INT8U | F_Dma1DisrcSetIsr (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma1DidstSetIsr (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma1LengthSetIsr (INT16U UserId, INT32U Length) |
INT8U | F_Dma1StartIsr (INT16U UserId) |
Macro Definition Documentation
#define DMA1_DEMAND_MODE 0x00000000 |
#define DMA1_DONE_GEN_INT 0x20000000 |
#define DMA1_DONE_NO_INT 0x00000000 |
#define DMA1_DST_ADDR_FIXED 0x01 |
#define DMA1_DST_ADDR_INC 0x00 |
#define DMA1_DST_LOC_AHB 0x00 |
#define DMA1_DST_LOC_APB 0x02 |
#define DMA1_DSZ_16b 0x00100000 |
#define DMA1_DSZ_32b 0x00200000 |
#define DMA1_DSZ_8b 0x00000000 |
#define DMA1_HANDSHAKE_MODE 0x80000000 |
#define DMA1_HW_TRIG 0x00800000 |
Definition at line 6 of file dma1.h.
Definition at line 4 of file dma1.h.
#define DMA1_RELOAD_OFF 0x00400000 |
#define DMA1_RELOAD_ON 0x00000000 |
#define DMA1_SINGLE_SVC 0x00000000 |
Definition at line 7 of file dma1.h.
#define DMA1_SRC_ADDR_FIXED 0x01 |
#define DMA1_SRC_ADDR_INC 0x00 |
#define DMA1_SRC_LOC_AHB 0x00 |
#define DMA1_SRC_LOC_APB 0x02 |
#define DMA1_SW_TRIG 0x00000000 |
#define DMA1_SYNC_AHB 0x40000000 |
#define DMA1_SYNC_APB 0x00000000 |
#define DMA1_TRIGGER_HW 0 |
#define DMA1_TRIGGER_SW 1 |
#define DMA1_TSZ_BURST 0x10000000 |
#define DMA1_TSZ_UNIT 0x00000000 |
Definition at line 5 of file dma1.h.
Definition at line 8 of file dma1.h.
#define DMA1_WHOLE_SVC 0x08000000 |
Function Documentation
INT8U F_Dma1InUseCheck |
( |
void |
| ) |
|
INT32U F_Dma1StatusRegisterGet |
( |
void |
| ) |
|
Variable Documentation