[][src]Function cmsis_dsp_sys_pregenerated::arm_power_q7

pub unsafe extern "C" fn arm_power_q7(
    pSrc: *const q7_t,
    blockSize: u32,
    pResult: *mut q31_t
)

@brief Sum of the squares of the elements of a Q7 vector. @param[in] pSrc is input pointer @param[in] blockSize is the number of samples to process @param[out] pResult is output value.