DSPLIB User Guide
DSPLIB_recip_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 128 of file DSPLIB_recip_priv.h.

Data Fields

pFxnDSPLIB_recip_exec execute
 Function pointer to point to the right execution variant between DSPLIB_recip_exec_cn and DSPLIB_recip_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_recip_init that will be retrieved and used by DSPLIB_recip_exec
More...
 
uint8_t bufPblock [DSPLIB_RECIP_IXX_IXX_OXX_PBLOCK_SIZE]
 
DSPLIB_recip_InitArgs initArgs
 

Field Documentation

◆ execute

pFxnDSPLIB_recip_exec DSPLIB_recip_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_recip_exec_cn and DSPLIB_recip_exec_ci.

Definition at line 132 of file DSPLIB_recip_priv.h.

◆ blockSize

int32_t DSPLIB_recip_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_recip_init that will be retrieved and used by DSPLIB_recip_exec

Definition at line 136 of file DSPLIB_recip_priv.h.

◆ bufPblock

uint8_t DSPLIB_recip_PrivArgs::bufPblock[DSPLIB_RECIP_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 137 of file DSPLIB_recip_priv.h.

◆ initArgs

DSPLIB_recip_InitArgs DSPLIB_recip_PrivArgs::initArgs

Definition at line 140 of file DSPLIB_recip_priv.h.