[][src]Function cmsis_dsp_sys_pregenerated::arm_offset_f32

pub unsafe extern "C" fn arm_offset_f32(
    pSrc: *const float32_t,
    offset: float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Adds a constant offset to a floating-point vector. @param[in] pSrc points to the input vector @param[in] offset is the offset to be added @param[out] pDst points to the output vector @param[in] blockSize number of samples in the vector