DSPLIB User Guide
DSPLIB_qrdInitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 112 of file DSPLIB_qrd.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
 Size of input data. More...
 

Field Documentation

◆ funcStyle

int8_t DSPLIB_qrdInitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 114 of file DSPLIB_qrd.h.

◆ dimX

uint32_t DSPLIB_qrdInitArgs::dimX

Size of input data.

  • dimX => Number of columns

Definition at line 117 of file DSPLIB_qrd.h.

◆ dimY

uint32_t DSPLIB_qrdInitArgs::dimY

Size of input data.

  • dimY => number of rows

Definition at line 120 of file DSPLIB_qrd.h.