![]() |
DSPLIB User Guide
|
Structure that is reserved for internal use by the kernel.
Definition at line 144 of file DSPLIB_w_vec_priv.h.
Data Fields | |
| pFxnDSPLIB_w_vec_exec | execute |
| Function pointer to point to the right execution variant between DSPLIB_w_vec_exec_cn DSPLIB_w_vec_exec_ci More... | |
| int32_t | blockSize |
| Size of input buffer for different batches DSPLIB_w_vec_init that will be retrieved and used by DSPLIB_w_vec_exec More... | |
| uint8_t | bufPblock [DSPLIB_W_VEC_IXX_IXX_OXX_PBLOCK_SIZE] |
| DSPLIB_w_vec_InitArgs | initArgs |
| pFxnDSPLIB_w_vec_exec DSPLIB_w_vec_PrivArgs::execute |
Function pointer to point to the right execution variant between DSPLIB_w_vec_exec_cn DSPLIB_w_vec_exec_ci
Definition at line 148 of file DSPLIB_w_vec_priv.h.
| int32_t DSPLIB_w_vec_PrivArgs::blockSize |
Size of input buffer for different batches DSPLIB_w_vec_init that will be retrieved and used by DSPLIB_w_vec_exec
Definition at line 152 of file DSPLIB_w_vec_priv.h.
| uint8_t DSPLIB_w_vec_PrivArgs::bufPblock[DSPLIB_W_VEC_IXX_IXX_OXX_PBLOCK_SIZE] |
Definition at line 154 of file DSPLIB_w_vec_priv.h.
| DSPLIB_w_vec_InitArgs DSPLIB_w_vec_PrivArgs::initArgs |
Definition at line 156 of file DSPLIB_w_vec_priv.h.