43 #include "../DSPLIB_bufParams.h"
44 #include "../DSPLIB_types.h"
45 #include "../DSPLIB_utility.h"
52 dataType *xPtr = matrix;
55 for (x = 0; x < params->
dim_x; x++) {
105 DSPLIB_PRINTF(
"\nERROR: Unrecognized data type in %s.\n", __FUNCTION__);
template void DSPLIB_debugPrintMatrix_helper< int32_t >(int32_t *matrix, const DSPLIB_bufParams1D_t *params)
template void DSPLIB_debugPrintMatrix_helper< uint8_t >(uint8_t *matrix, const DSPLIB_bufParams1D_t *params)
void DSPLIB_debugPrintMatrix_helper(dataType *matrix, const DSPLIB_bufParams1D_t *params)
void DSPLIB_debugPrintMatrix1D(void *matrix, const DSPLIB_bufParams1D_t *params)
template void DSPLIB_debugPrintMatrix_helper< uint16_t >(uint16_t *matrix, const DSPLIB_bufParams1D_t *params)
template void DSPLIB_debugPrintMatrix_helper< int8_t >(int8_t *matrix, const DSPLIB_bufParams1D_t *params)
template void DSPLIB_debugPrintMatrix_helper< int16_t >(int16_t *matrix, const DSPLIB_bufParams1D_t *params)
#define DSPLIB_PRINTF(fmt,...)
A structure for a 1 dimensional buffer descriptor.
uint32_t dim_x
Width of buffer in X dimension in elements.
uint32_t data_type
Values are of type DSPLIB_data_type_e.