[][src]Function wpilib_sys::bindings::HAL_SetPWMDisabled

pub unsafe extern "C" fn HAL_SetPWMDisabled(
    pwmPortHandle: HAL_DigitalHandle,
    status: *mut i32
)

Sets a PWM channel to be disabled.

The channel is disabled until the next time it is set. Note this is different from just setting a 0 speed, as this will actively stop all signalling on the channel.

@param pwmPortHandle the PWM handle.