DSPLIB User Guide
DSPLIB_sqrAdd_InitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 105 of file DSPLIB_sqrAdd.h.

Data Fields

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

Field Documentation

◆ funcStyle

int8_t DSPLIB_sqrAdd_InitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 107 of file DSPLIB_sqrAdd.h.

◆ dataSize

uint32_t DSPLIB_sqrAdd_InitArgs::dataSize

Size of input data

Definition at line 109 of file DSPLIB_sqrAdd.h.