DSPLIB User Guide
DSPLIB_minerror_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 148 of file DSPLIB_minerror_priv.h.

Data Fields

pFxnDSPLIB_minerror_exec execute
 Function pointer to point to the right execution variant between DSPLIB_minerror_exec_cn and DSPLIB_minerror_exec_ci.
More...
 
uint32_t vecInSize
 Size of input data DSPLIB_minerror_init that will be retrieved and used by DSPLIB_minerror_exec
More...
 
uint32_t errCoefsSize
 Size of error coefficients vector
More...
 
uint32_t strideIn
 
int32_t mainLoopCount
 
uint8_t bufPblock [DSPLIB_MINERROR_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_minerror_exec DSPLIB_minerror_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_minerror_exec_cn and DSPLIB_minerror_exec_ci.

Definition at line 152 of file DSPLIB_minerror_priv.h.

◆ vecInSize

uint32_t DSPLIB_minerror_PrivArgs::vecInSize

Size of input data DSPLIB_minerror_init that will be retrieved and used by DSPLIB_minerror_exec

Definition at line 156 of file DSPLIB_minerror_priv.h.

◆ errCoefsSize

uint32_t DSPLIB_minerror_PrivArgs::errCoefsSize

Size of error coefficients vector

Definition at line 158 of file DSPLIB_minerror_priv.h.

◆ strideIn

uint32_t DSPLIB_minerror_PrivArgs::strideIn

Definition at line 159 of file DSPLIB_minerror_priv.h.

◆ mainLoopCount

int32_t DSPLIB_minerror_PrivArgs::mainLoopCount

Definition at line 160 of file DSPLIB_minerror_priv.h.

◆ bufPblock

uint8_t DSPLIB_minerror_PrivArgs::bufPblock[DSPLIB_MINERROR_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 162 of file DSPLIB_minerror_priv.h.