[][src]Function wpilib_sys::bindings::HAL_GetPCMSolenoidVoltageFault

pub unsafe extern "C" fn HAL_GetPCMSolenoidVoltageFault(
    module: i32,
    status: *mut i32
) -> HAL_Bool

Gets if a specific module has an over or under voltage fault.

@param module the module to check @return true if faulted, otherwise false