DSPLIB User Guide
DSPLIB_max_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 134 of file DSPLIB_max_priv.h.

Data Fields

pFxnDSPLIB_max_exec execute
 Function pointer to point to the right execution variant between DSPLIB_max_exec_cn and DSPLIB_max_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_max_init that will be retrieved and used by DSPLIB_max_exec
More...
 
uint8_t bufPblock [DSPLIB_MAX_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_max_exec DSPLIB_max_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_max_exec_cn and DSPLIB_max_exec_ci.

Definition at line 138 of file DSPLIB_max_priv.h.

◆ blockSize

int32_t DSPLIB_max_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_max_init that will be retrieved and used by DSPLIB_max_exec

Definition at line 142 of file DSPLIB_max_priv.h.

◆ bufPblock

uint8_t DSPLIB_max_PrivArgs::bufPblock[DSPLIB_MAX_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 143 of file DSPLIB_max_priv.h.