[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_init_q15

pub unsafe extern "C" fn arm_mat_init_q15(
    S: *mut arm_matrix_instance_q15,
    nRows: u16,
    nColumns: u16,
    pData: *mut q15_t
)

@brief Q15 matrix initialization. @param[in,out] S points to an instance of the floating-point matrix structure. @param[in] nRows number of rows in the matrix. @param[in] nColumns number of columns in the matrix. @param[in] pData points to the matrix data array.