![]() |
DSPLIB User Guide
|
Go to the source code of this file.
Functions | |
| template<typename dataType > | |
| void | DSPLIB_debugPrintMatrix3D_helper (dataType *matrix, const DSPLIB_bufParams3D_t *params) |
| template void | DSPLIB_debugPrintMatrix3D_helper< int8_t > (int8_t *matrix, const DSPLIB_bufParams3D_t *params) |
| template void | DSPLIB_debugPrintMatrix3D_helper< int16_t > (int16_t *matrix, const DSPLIB_bufParams3D_t *params) |
| template void | DSPLIB_debugPrintMatrix3D_helper< int32_t > (int32_t *matrix, const DSPLIB_bufParams3D_t *params) |
| template<typename dataType > | |
| void | DSPLIB_debugPrintMatrix3D_helperU (dataType *matrix, const DSPLIB_bufParams3D_t *params) |
| template void | DSPLIB_debugPrintMatrix3D_helper< uint8_t > (uint8_t *matrix, const DSPLIB_bufParams3D_t *params) |
| template void | DSPLIB_debugPrintMatrix3D_helper< uint16_t > (uint16_t *matrix, const DSPLIB_bufParams3D_t *params) |
| void | DSPLIB_debugPrintMatrix3D (void *matrix, const DSPLIB_bufParams3D_t *params) |
| void DSPLIB_debugPrintMatrix3D_helper | ( | dataType * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
Definition at line 47 of file DSPLIB_debugPrintMatrix3D.cpp.
| template void DSPLIB_debugPrintMatrix3D_helper< int8_t > | ( | int8_t * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix3D_helper< int16_t > | ( | int16_t * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix3D_helper< int32_t > | ( | int32_t * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
| void DSPLIB_debugPrintMatrix3D_helperU | ( | dataType * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
Definition at line 82 of file DSPLIB_debugPrintMatrix3D.cpp.
| template void DSPLIB_debugPrintMatrix3D_helper< uint8_t > | ( | uint8_t * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
| template void DSPLIB_debugPrintMatrix3D_helper< uint16_t > | ( | uint16_t * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
| void DSPLIB_debugPrintMatrix3D | ( | void * | matrix, |
| const DSPLIB_bufParams3D_t * | params | ||
| ) |
Definition at line 131 of file DSPLIB_debugPrintMatrix3D.cpp.