[][src]Function wpilib_sys::bindings::HAL_SetPWMRaw

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

Sets a PWM channel to the desired value.

The values are in raw FPGA units, and have the potential to change with any FPGA release.

@param pwmPortHandle the PWM handle @param value the PWM value to set