[][src]Function cmsis_dsp_sys_pregenerated::arm_shift_q7

pub unsafe extern "C" fn arm_shift_q7(
    pSrc: *const q7_t,
    shiftBits: i8,
    pDst: *mut q7_t,
    blockSize: u32
)

@brief Shifts the elements of a Q7 vector a specified number of bits. @param[in] pSrc points to the input vector @param[in] shiftBits number of bits to shift. A positive value shifts left; a negative value shifts right. @param[out] pDst points to the output vector @param[in] blockSize number of samples in the vector