DSPLIB User Guide
DSPLIB_debugPrint3DVReg.cpp File Reference

Go to the source code of this file.

Functions

template<typename dataType >
void DSPLIB_debugPrint3DVReg_helper (dataType *matrix, const DSPLIB_bufParams3D_t *params)
 
template void DSPLIB_debugPrint3DVReg_helper< int8_t > (int8_t *matrix, const DSPLIB_bufParams3D_t *params)
 
template void DSPLIB_debugPrint3DVReg_helper< int16_t > (int16_t *matrix, const DSPLIB_bufParams3D_t *params)
 
template void DSPLIB_debugPrint3DVReg_helper< uint16_t > (uint16_t *matrix, const DSPLIB_bufParams3D_t *params)
 
template void DSPLIB_debugPrint3DVReg_helper< int32_t > (int32_t *matrix, const DSPLIB_bufParams3D_t *params)
 
void DSPLIB_debugPrint3DVReg (void *matrix, const DSPLIB_bufParams3D_t *params)
 

Function Documentation

◆ DSPLIB_debugPrint3DVReg_helper()

template<typename dataType >
void DSPLIB_debugPrint3DVReg_helper ( dataType *  matrix,
const DSPLIB_bufParams3D_t params 
)
Returns
void

Definition at line 57 of file DSPLIB_debugPrint3DVReg.cpp.

◆ DSPLIB_debugPrint3DVReg_helper< int8_t >()

template void DSPLIB_debugPrint3DVReg_helper< int8_t > ( int8_t *  matrix,
const DSPLIB_bufParams3D_t params 
)

◆ DSPLIB_debugPrint3DVReg_helper< int16_t >()

template void DSPLIB_debugPrint3DVReg_helper< int16_t > ( int16_t *  matrix,
const DSPLIB_bufParams3D_t params 
)

◆ DSPLIB_debugPrint3DVReg_helper< uint16_t >()

template void DSPLIB_debugPrint3DVReg_helper< uint16_t > ( uint16_t *  matrix,
const DSPLIB_bufParams3D_t params 
)

◆ DSPLIB_debugPrint3DVReg_helper< int32_t >()

template void DSPLIB_debugPrint3DVReg_helper< int32_t > ( int32_t *  matrix,
const DSPLIB_bufParams3D_t params 
)

◆ DSPLIB_debugPrint3DVReg()

void DSPLIB_debugPrint3DVReg ( void *  matrix,
const DSPLIB_bufParams3D_t params 
)
Returns
void

Definition at line 107 of file DSPLIB_debugPrint3DVReg.cpp.