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

Gets the compressor state (on or off).

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