[][src]Function wpilib_sys::bindings::HAL_SetSPIHandle

pub unsafe extern "C" fn HAL_SetSPIHandle(port: Type, handle: i32)

Sets 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. @param handle The value of the handle for the port.