[][src]Function wpilib_sys::bindings::HAL_GetPCMSolenoidVoltageStickyFault

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

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

@param module the module to check @return true if a stick fault is set, otherwise false