[][src]Function wpilib_sys::bindings::HAL_GetSPIAutoDroppedCount

pub unsafe extern "C" fn HAL_GetSPIAutoDroppedCount(
    port: Type,
    status: *mut i32
) -> i32

Gets the count of how many SPI accumulations have been missed.

@param port The number of the port to use. 0-3 for Onboard CS0-CS2, 4 for MXP. @return The number of missed accumulations.