[][src]Function wpilib_sys::bindings::HAL_StartSPIAutoRate

pub unsafe extern "C" fn HAL_StartSPIAutoRate(
    port: Type,
    period: f64,
    status: *mut i32
)

Sets the period for automatic SPI accumulation.

@param port The number of the port to use. 0-3 for Onboard CS0-CS2, 4 for MXP. @param period The accumlation period (seconds).