DSPLIB User Guide
DSPLIB_debugPrintMatrix.cpp File Reference

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)
 

Function Documentation

◆ DSPLIB_debugPrintMatrix_helper()

template<typename dataType >
void DSPLIB_debugPrintMatrix_helper ( dataType *  matrix,
const DSPLIB_bufParams2D_t params 
)

Definition at line 49 of file DSPLIB_debugPrintMatrix.cpp.

◆ DSPLIB_debugPrintMatrix_helper< int8_t >()

template void DSPLIB_debugPrintMatrix_helper< int8_t > ( int8_t *  matrix,
const DSPLIB_bufParams2D_t params 
)

◆ DSPLIB_debugPrintMatrix_helper< uint8_t >()

template void DSPLIB_debugPrintMatrix_helper< uint8_t > ( uint8_t *  matrix,
const DSPLIB_bufParams2D_t params 
)

◆ DSPLIB_debugPrintMatrix_helper< int16_t >()

template void DSPLIB_debugPrintMatrix_helper< int16_t > ( int16_t *  matrix,
const DSPLIB_bufParams2D_t params 
)

◆ DSPLIB_debugPrintMatrix_helper< uint16_t >()

template void DSPLIB_debugPrintMatrix_helper< uint16_t > ( uint16_t *  matrix,
const DSPLIB_bufParams2D_t params 
)

◆ DSPLIB_debugPrintMatrix_helper< int32_t >()

template void DSPLIB_debugPrintMatrix_helper< int32_t > ( int32_t *  matrix,
const DSPLIB_bufParams2D_t params 
)

◆ DSPLIB_debugPrintMatrix()

void DSPLIB_debugPrintMatrix ( void *  matrix,
const DSPLIB_bufParams2D_t params 
)
Returns
void

Definition at line 94 of file DSPLIB_debugPrintMatrix.cpp.