pub unsafe extern "C" fn SoapySDRDevice_setReferenceClockRate(
    device: *mut SoapySDRDevice,
    rate: f64
) -> c_int
Expand description

Set the reference clock rate of the device. \param device a pointer to a device instance \param rate the clock rate in Hz \return an error code or 0 for success