DSPLIB User Guide
DSPLIB_minEvery_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 144 of file DSPLIB_minEvery_priv.h.

Data Fields

pFxnDSPLIB_minEvery_exec execute
 Function pointer to point to the right execution variant between DSPLIB_minEvery_exec_cn and DSPLIB_minEvery_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_minEvery_init that will be retrieved and used by DSPLIB_minEvery_exec
More...
 
uint8_t bufPblock [DSPLIB_MINEVERY_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_minEvery_exec DSPLIB_minEvery_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_minEvery_exec_cn and DSPLIB_minEvery_exec_ci.

Definition at line 148 of file DSPLIB_minEvery_priv.h.

◆ blockSize

int32_t DSPLIB_minEvery_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_minEvery_init that will be retrieved and used by DSPLIB_minEvery_exec

Definition at line 152 of file DSPLIB_minEvery_priv.h.

◆ bufPblock

uint8_t DSPLIB_minEvery_PrivArgs::bufPblock[DSPLIB_MINEVERY_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 153 of file DSPLIB_minEvery_priv.h.