Go to the source code of this file.
Data Structures | |
struct | CommTest |
struct | SdspRegTest |
Defines | |
#define | N_COMM_TEST_REGS |
The Inter-DSP Communications Test Structure. | |
Typedefs | |
typedef SdspRegTest | SdspRegTest |
typedef CommTest | CommTest |
The communications test routine is for testing out the speed & accuracy of MDSP->SDSP communications. See sdspCommTest in commTest.c for more details.
Definition in file commTest.h.
|
The Inter-DSP Communications Test Structure. The communications test is used to measure the performance of the MDSP to SDSP communications under various conditions (code position, etc.). It is used to optimize MDSP routines where code size & speed must be balanced. Generally the access is to & from the communications registers; any valid SDSP address can be used though. See commTest.c for a summary of some results. Definition at line 19 of file commTest.h. |