DSPLIB User Guide
DSPLIB_bexp_InitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 112 of file DSPLIB_bexp.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_bexp_InitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 114 of file DSPLIB_bexp.h.

◆ dataSize

uint32_t DSPLIB_bexp_InitArgs::dataSize

Size of input data

Definition at line 116 of file DSPLIB_bexp.h.