DSPLIB User Guide
DSPLIB_fltoq15_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 58 of file DSPLIB_fltoq15_priv.h.

Data Fields

pFxnDSPLIB_fltoq15_exec execute
 Function pointer to point to the right execution variant between DSPLIB_fltoq15_exec_cn and DSPLIB_fltoq15_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_fltoq15_init that will be retrieved and used by DSPLIB_fltoq15_exec
More...
 
bool isSEReadEnabled
 Flag indicating if SE reads and stores are enabled, set by DSPLIB_fltoq15_init_ci that will be retrieved and used by DSPLIB_bexp_exec
More...
 
uint8_t bufPblock [DSPLIB_FLTOQ15_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_fltoq15_exec DSPLIB_fltoq15_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_fltoq15_exec_cn and DSPLIB_fltoq15_exec_ci.

Definition at line 62 of file DSPLIB_fltoq15_priv.h.

◆ blockSize

int32_t DSPLIB_fltoq15_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_fltoq15_init that will be retrieved and used by DSPLIB_fltoq15_exec

Definition at line 66 of file DSPLIB_fltoq15_priv.h.

◆ isSEReadEnabled

bool DSPLIB_fltoq15_PrivArgs::isSEReadEnabled

Flag indicating if SE reads and stores are enabled, set by DSPLIB_fltoq15_init_ci that will be retrieved and used by DSPLIB_bexp_exec

Definition at line 70 of file DSPLIB_fltoq15_priv.h.

◆ bufPblock

uint8_t DSPLIB_fltoq15_PrivArgs::bufPblock[DSPLIB_FLTOQ15_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 72 of file DSPLIB_fltoq15_priv.h.