[][src]Function wpilib_sys::bindings::HAL_GetCompressorCurrentTooHighStickyFault

pub unsafe extern "C" fn HAL_GetCompressorCurrentTooHighStickyFault(
    compressorHandle: HAL_CompressorHandle,
    status: *mut i32
) -> HAL_Bool

Gets if a sticky fauly is triggered because of too high of current.

@param compressorHandle the compressor handle @return true if falted, otherwise false