DSPLIB User Guide
DSPLIB_blk_eswap_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 154 of file DSPLIB_blk_eswap_priv.h.

Data Fields

pFxnDSPLIB_blk_eswap_exec execute
 Function pointer to point to the right execution variant between DSPLIB_blk_eswap_exec_cn and DSPLIB_blk_eswap_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_blk_eswap_init that will be retrieved and used by DSPLIB_blk_eswap_exec
More...
 
uint8_t bufPblock [DSPLIB_BLK_ESWAP_IXX_IXX_OXX_PBLOCK_SIZE]
 Buffer to save SE & SA configuration parameters
More...
 

Field Documentation

◆ execute

pFxnDSPLIB_blk_eswap_exec DSPLIB_blk_eswap_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_blk_eswap_exec_cn and DSPLIB_blk_eswap_exec_ci.

Definition at line 158 of file DSPLIB_blk_eswap_priv.h.

◆ blockSize

int32_t DSPLIB_blk_eswap_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_blk_eswap_init that will be retrieved and used by DSPLIB_blk_eswap_exec

Definition at line 162 of file DSPLIB_blk_eswap_priv.h.

◆ bufPblock

uint8_t DSPLIB_blk_eswap_PrivArgs::bufPblock[DSPLIB_BLK_ESWAP_IXX_IXX_OXX_PBLOCK_SIZE]

Buffer to save SE & SA configuration parameters

Definition at line 164 of file DSPLIB_blk_eswap_priv.h.