Go to the source code of this file.
Functions |
void | F_Dma2Init (void) |
void | F_Dma2Svc (void) |
INT8U | F_Dma2InUseCheck (void) |
INT8U | F_Dma2Allocate (INT16U UserId) |
INT8U | F_Dma2Release (INT16U UserId) |
INT8U | F_Dma2Start (INT16U UserId) |
INT8U | F_Dma2Stop (INT16U UserId) |
INT8U | F_Dma2Run (INT16U UserId) |
INT8U | F_Dma2DisrcSet (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma2DidstSet (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma2DisrccSet (INT16U UserId, INT32U InitialSourceCtrl) |
INT8U | F_Dma2DidstcSet (INT16U UserId, INT32U InitialDestinationCtrl) |
INT8U | F_Dma2DconSet (INT16U UserId, INT32U DmaControl) |
INT8U | F_Dma2LengthSet (INT16U UserId, INT32U Length) |
INT8U | F_Dma2TriggerModeSet (INT16U UserId, INT8U TriggerMode) |
INT32U | F_Dma2StatusRegisterGet (void) |
INT8U | F_Dma2IsrHookFunctionSet (INT16U UserId, INT32U Function) |
INT8U | F_Dma2DisrcSetIsr (INT16U UserId, INT32U InitialSource) |
INT8U | F_Dma2DidstSetIsr (INT16U UserId, INT32U InitialDestination) |
INT8U | F_Dma2LengthSetIsr (INT16U UserId, INT32U Length) |
INT8U | F_Dma2StartIsr (INT16U UserId) |
Macro Definition Documentation
#define DMA2_DEMAND_MODE 0x00000000 |
#define DMA2_DONE_GEN_INT 0x20000000 |
#define DMA2_DONE_NO_INT 0x00000000 |
#define DMA2_DST_ADDR_FIXED 0x01 |
#define DMA2_DST_ADDR_INC 0x00 |
#define DMA2_DST_LOC_AHB 0x00 |
#define DMA2_DST_LOC_APB 0x02 |
#define DMA2_DSZ_16b 0x00100000 |
#define DMA2_DSZ_32b 0x00200000 |
#define DMA2_DSZ_8b 0x00000000 |
#define DMA2_HANDSHAKE_MODE 0x80000000 |
#define DMA2_HW_TRIG 0x00800000 |
Definition at line 5 of file dma2.h.
Definition at line 4 of file dma2.h.
#define DMA2_RELOAD_OFF 0x00400000 |
#define DMA2_RELOAD_ON 0x00000000 |
Definition at line 6 of file dma2.h.
#define DMA2_SINGLE_SVC 0x00000000 |
#define DMA2_SRC_ADDR_FIXED 0x01 |
#define DMA2_SRC_ADDR_INC 0x00 |
#define DMA2_SRC_LOC_AHB 0x00 |
#define DMA2_SRC_LOC_APB 0x02 |
#define DMA2_SW_TRIG 0x00000000 |
#define DMA2_SYNC_AHB 0x40000000 |
#define DMA2_SYNC_APB 0x00000000 |
Definition at line 7 of file dma2.h.
#define DMA2_TRIGGER_HW 0 |
#define DMA2_TRIGGER_SW 1 |
#define DMA2_TSZ_BURST 0x10000000 |
#define DMA2_TSZ_UNIT 0x00000000 |
Definition at line 8 of file dma2.h.
#define DMA2_WHOLE_SVC 0x08000000 |
Function Documentation
INT8U F_Dma2InUseCheck |
( |
void |
| ) |
|
INT32U F_Dma2StatusRegisterGet |
( |
void |
| ) |
|
Variable Documentation