[][src]Function wpilib_sys::bindings::HAL_GetPWMRaw

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

Gets a value from a PWM channel.

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

@param pwmPortHandle the PWM handle @return the current raw PWM value