[][src]Function wpilib_sys::bindings::HAL_GetPWMEliminateDeadband

pub unsafe extern "C" fn HAL_GetPWMEliminateDeadband(
    pwmPortHandle: HAL_DigitalHandle,
    status: *mut i32
) -> HAL_Bool

Gets the current eliminate deadband value.

@param pwmPortHandle the PWM handle @return true if set, otherwise false