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

Gets if a sticky fault is triggered of the compressor not connected.

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