HAL_GetCompressorCurrentTooHighFault

Function HAL_GetCompressorCurrentTooHighFault 

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

Gets if the compressor is faulted because of too high of current.

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