[][src]Function cmsis_dsp_sys_pregenerated::arm_fill_f32

pub unsafe extern "C" fn arm_fill_f32(
    value: float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Fills a constant value into a floating-point vector. @param[in] value input value to be filled @param[out] pDst output pointer @param[in] blockSize number of samples to process