[][src]Function cmsis_dsp_sys_pregenerated::arm_vlog_f32

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

@brief Floating-point vector of log values. @param[in] pSrc points to the input vector @param[out] pDst points to the output vector @param[in] blockSize number of samples in each vector @return none