![]() |
TISP User Guide
|
Namespaces | |
| DSPLIB | |
| FFTLIB | |
| misc | |
| SuperNode | |
Data Structures | |
| class | l2Heap_deallocate |
| class | l2Heap_allocate |
| class | dmaUtils |
| class | execute |
| Provides the execute function of the graph. More... | |
| class | virtualOp |
Typedefs | |
| template<typename T > | |
| using | l2HeapPtr = std::unique_ptr< T[], l2Heap_deallocate > |
| typedef std::vector< std::unique_ptr< virtualOp > > | opVec |
Enumerations | |
| enum | dmaDir_t { NO_DMA = 0 , DMA_IN , DMA_OUT , DMA_IN_OUT } |
Functions | |
| template<dmaDir_t dmaDir> | |
| void | setPingPongFlag (bool &pingPongFlagIn, bool &pingPongFlagOut) |
| static void | testDmaAutoIncPrintf (const char *str) |
| static uint64_t | testDmaAutoIncVirtToPhyFxn (const void *virtAddr, uint32_t chNum, void *appData) |
| void | appC7xClecInitDru (void) |
| int32_t | test_sciclientDmscGetVersion (char *version_str, uint32_t version_str_size) |
| using TISP::l2HeapPtr = typedef std::unique_ptr<T[], l2Heap_deallocate> |
Definition at line 11 of file TISP_l2heap_memory.hpp.
| typedef std::vector<std::unique_ptr<virtualOp> > TISP::opVec |
Definition at line 16 of file TISP_virtualOp.hpp.
| enum TISP::dmaDir_t |
| Enumerator | |
|---|---|
| NO_DMA | |
| DMA_IN | |
| DMA_OUT | |
| DMA_IN_OUT | |
Definition at line 15 of file TISP_types.hpp.
|
inline |
Definition at line 9 of file TISP_utils.hpp.
|
static |
Definition at line 32 of file TISP_dmaUtils.hpp.
|
static |
Definition at line 39 of file TISP_dmaUtils.hpp.
| void TISP::appC7xClecInitDru | ( | void | ) |
| int32_t TISP::test_sciclientDmscGetVersion | ( | char * | version_str, |
| uint32_t | version_str_size | ||
| ) |