![]() |
DSPLIB User Guide
|
Structure containing the parameters to initialize the kernel.
Definition at line 117 of file DSPLIB_mat_submat_copy.h.
Data Fields | |
| int8_t | funcStyle |
| Variant of the function refer to DSPLIB_FUNCTION_STYLE More... | |
| uint32_t | dimX |
| The number of columns in X matrix. More... | |
| uint32_t | dimY |
| The number of rows in X matrix. More... | |
| uint32_t | dir |
| Direction of the data flow More... | |
| uint32_t | stRow |
| Copying starting from stRow row of matrix More... | |
| uint32_t | stCol |
| Copying starting from stCol column of matrix More... | |
| uint32_t | nRows |
| The number of rows to be copied More... | |
| uint32_t | nCols |
| The number of coulmns to be copied More... | |
| int8_t DSPLIB_mat_submat_copyInitArgs::funcStyle |
Variant of the function refer to DSPLIB_FUNCTION_STYLE
Definition at line 119 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::dimX |
The number of columns in X matrix.
Definition at line 121 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::dimY |
The number of rows in X matrix.
Definition at line 123 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::dir |
Direction of the data flow
Definition at line 125 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::stRow |
Copying starting from stRow row of matrix
Definition at line 127 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::stCol |
Copying starting from stCol column of matrix
Definition at line 129 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::nRows |
The number of rows to be copied
Definition at line 131 of file DSPLIB_mat_submat_copy.h.
| uint32_t DSPLIB_mat_submat_copyInitArgs::nCols |
The number of coulmns to be copied
Definition at line 133 of file DSPLIB_mat_submat_copy.h.