[][src]Function wpilib_sys::bindings::HAL_GetFPGARevision

pub unsafe extern "C" fn HAL_GetFPGARevision(status: *mut i32) -> i64

Returns the FPGA Revision number.

The format of the revision is 3 numbers. The 12 most significant bits are the Major Revision. the next 8 bits are the Minor Revision. The 12 least significant bits are the Build Number.

@return FPGA Revision number.