![]() |
DSPLIB User Guide
|
Structure containing the parameters to initialize the kernel.
Definition at line 108 of file DSPLIB_minerror.h.
Data Fields | |
| int8_t | funcStyle |
| Variant of the function refer to DSPLIB_FUNCTION_STYLE More... | |
| uint32_t | vecInSize |
| Size of input data More... | |
| uint32_t | errCoefsSize |
| Size of error coefficients vector More... | |
| uint32_t | strideIn |
| int8_t DSPLIB_minerror_InitArgs::funcStyle |
Variant of the function refer to DSPLIB_FUNCTION_STYLE
Definition at line 110 of file DSPLIB_minerror.h.
| uint32_t DSPLIB_minerror_InitArgs::vecInSize |
Size of input data
Definition at line 112 of file DSPLIB_minerror.h.
| uint32_t DSPLIB_minerror_InitArgs::errCoefsSize |
Size of error coefficients vector
Definition at line 114 of file DSPLIB_minerror.h.
| uint32_t DSPLIB_minerror_InitArgs::strideIn |
Definition at line 115 of file DSPLIB_minerror.h.