![]() |
DSPLIB User Guide
|
Go to the source code of this file.
Functions | |
| template<typename dataType > | |
| void | DSPLIB_debugPrintMatrix_helper (dataType *matrix, const DSPLIB_bufParams2D_t *params) |
| template void | DSPLIB_debugPrintMatrix_helper< int8_t > (int8_t *matrix, const DSPLIB_bufParams2D_t *params) |
| template void | DSPLIB_debugPrintMatrix_helper< uint8_t > (uint8_t *matrix, const DSPLIB_bufParams2D_t *params) |
| template void | DSPLIB_debugPrintMatrix_helper< int16_t > (int16_t *matrix, const DSPLIB_bufParams2D_t *params) |
| template void | DSPLIB_debugPrintMatrix_helper< uint16_t > (uint16_t *matrix, const DSPLIB_bufParams2D_t *params) |
| template void | DSPLIB_debugPrintMatrix_helper< int32_t > (int32_t *matrix, const DSPLIB_bufParams2D_t *params) |
| void | DSPLIB_debugPrintMatrix (void *matrix, const DSPLIB_bufParams2D_t *params) |
| void DSPLIB_debugPrintMatrix_helper | ( | dataType * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
Definition at line 49 of file DSPLIB_debugPrintMatrix.cpp.
| template void DSPLIB_debugPrintMatrix_helper< int8_t > | ( | int8_t * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix_helper< uint8_t > | ( | uint8_t * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix_helper< int16_t > | ( | int16_t * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix_helper< uint16_t > | ( | uint16_t * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix_helper< int32_t > | ( | int32_t * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
| void DSPLIB_debugPrintMatrix | ( | void * | matrix, |
| const DSPLIB_bufParams2D_t * | params | ||
| ) |
Definition at line 94 of file DSPLIB_debugPrintMatrix.cpp.