pub unsafe extern "C" fn HAL_SetAnalogSampleRate(
samplesPerSecond: f64,
status: *mut i32,
)Expand description
Sets the sample rate.
This is a global setting for the Athena and effects all channels.
@param samplesPerSecond The number of samples per channel per second.