DSPLIB User Guide
DSPLIB_matTransInitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 116 of file DSPLIB_matTrans.h.

Data Fields

int8_t funcStyle
 Variant of the function refer to DSPLIB_FUNCTION_STYLE
More...
 
uint32_t dimX
 Size of input data. More...
 
uint32_t dimY
 

Field Documentation

◆ funcStyle

int8_t DSPLIB_matTransInitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 118 of file DSPLIB_matTrans.h.

◆ dimX

uint32_t DSPLIB_matTransInitArgs::dimX

Size of input data.

  • dimX => # of columns
  • dimY => # of rows

Definition at line 122 of file DSPLIB_matTrans.h.

◆ dimY

uint32_t DSPLIB_matTransInitArgs::dimY

Definition at line 123 of file DSPLIB_matTrans.h.