[][src]Function wpilib_sys::bindings::HAL_GetSPIHandle

pub unsafe extern "C" fn HAL_GetSPIHandle(port: Type) -> i32

Gets the stored handle for a SPI port.

@param port The number of the port to use. 0-3 for Onboard CS0-CS2, 4 for MXP @return The stored handle for the SPI port. 0 represents no stored handle.