DSPLIB User Guide
DSPLIB_dotp_sqr_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 139 of file DSPLIB_dotp_sqr_priv.h.

Data Fields

pFxnDSPLIB_dotp_sqr_exec execute
 Function pointer to point to the right execution variant between DSPLIB_dotp_sqr_exec_cn and DSPLIB_dotp_sqr_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_dotp_sqr_init that will be retrieved and used by DSPLIB_dotp_sqr_exec
More...
 
uint8_t bufPblock [DSPLIB_DOTP_SQR_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_dotp_sqr_exec DSPLIB_dotp_sqr_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_dotp_sqr_exec_cn and DSPLIB_dotp_sqr_exec_ci.

Definition at line 143 of file DSPLIB_dotp_sqr_priv.h.

◆ blockSize

int32_t DSPLIB_dotp_sqr_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_dotp_sqr_init that will be retrieved and used by DSPLIB_dotp_sqr_exec

Definition at line 147 of file DSPLIB_dotp_sqr_priv.h.

◆ bufPblock

uint8_t DSPLIB_dotp_sqr_PrivArgs::bufPblock[DSPLIB_DOTP_SQR_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 149 of file DSPLIB_dotp_sqr_priv.h.