URL
https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 6 |
Rev 54 |
Line 54... |
Line 54... |
int core_board_info();
|
int core_board_info();
|
int core_pld_info();
|
int core_pld_info();
|
int core_resource();
|
int core_resource();
|
void core_delay(int ms);
|
void core_delay(int ms);
|
|
|
u32 core_alloc(int DmaChan, BRDctrl_StreamCBufAlloc* sSCA);
|
u32 core_allocate_memory(int DmaChan, BRDctrl_StreamCBufAlloc* sSCA);
|
u32 core_allocate_memory(int DmaChan, void** pBuf, u32 blkSize,
|
u32 core_allocate_memory(int DmaChan, void** pBuf, u32 blkSize,
|
u32 blkNum, u32 isSysMem, u32 dir,
|
u32 blkNum, u32 isSysMem, u32 dir,
|
u32 addr, BRDstrm_Stub **pStub);
|
u32 addr, BRDstrm_Stub **pStub);
|
u32 core_free_memory(int DmaChan);
|
u32 core_free_memory(int DmaChan);
|
u32 core_start_dma(int DmaChan, int IsCycling);
|
u32 core_start_dma(int DmaChan, int IsCycling);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.