DSPLIB User Guide
DSPLIB_blk_move_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 162 of file DSPLIB_blk_move_priv.h.

Data Fields

pFxnDSPLIB_blk_move_exec execute
 Function pointer to point to the right execution variant between DSPLIB_blk_move_exec_cn and DSPLIB_blk_move_exec_ci.
More...
 
int32_t blockSize
 Size of input buffer for different batches DSPLIB_blk_move_init that will be retrieved and used by DSPLIB_blk_move_exec
More...
 
uint8_t bufPblock [DSPLIB_BLK_MOVE_IXX_IXX_OXX_PBLOCK_SIZE]
 Buffer to save SE & SA configuration parameters
More...
 

Field Documentation

◆ execute

pFxnDSPLIB_blk_move_exec DSPLIB_blk_move_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_blk_move_exec_cn and DSPLIB_blk_move_exec_ci.

Definition at line 166 of file DSPLIB_blk_move_priv.h.

◆ blockSize

int32_t DSPLIB_blk_move_PrivArgs::blockSize

Size of input buffer for different batches DSPLIB_blk_move_init that will be retrieved and used by DSPLIB_blk_move_exec

Definition at line 170 of file DSPLIB_blk_move_priv.h.

◆ bufPblock

uint8_t DSPLIB_blk_move_PrivArgs::bufPblock[DSPLIB_BLK_MOVE_IXX_IXX_OXX_PBLOCK_SIZE]

Buffer to save SE & SA configuration parameters

Definition at line 172 of file DSPLIB_blk_move_priv.h.