DSPLIB User Guide
DSPLIB_addConstant_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 137 of file DSPLIB_addConstant_priv.h.

Data Fields

pFxnDSPLIB_addConstant_exec execute
 Function pointer to point to the right execution variant between DSPLIB_addConstant_exec_cn and DSPLIB_addConstant_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_addConstant_init that will be retrieved and used by DSPLIB_addConstant_exec
More...
 
uint8_t bufPblock [DSPLIB_ADDCONSTANT_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_addConstant_exec DSPLIB_addConstant_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_addConstant_exec_cn and DSPLIB_addConstant_exec_ci.

Definition at line 141 of file DSPLIB_addConstant_priv.h.

◆ blockSize

int32_t DSPLIB_addConstant_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_addConstant_init that will be retrieved and used by DSPLIB_addConstant_exec

Definition at line 145 of file DSPLIB_addConstant_priv.h.

◆ bufPblock

uint8_t DSPLIB_addConstant_PrivArgs::bufPblock[DSPLIB_ADDCONSTANT_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 146 of file DSPLIB_addConstant_priv.h.