[][src]Function wpilib_sys::bindings::HAL_InitializeAnalogOutputPort

pub unsafe extern "C" fn HAL_InitializeAnalogOutputPort(
    portHandle: HAL_PortHandle,
    status: *mut i32
) -> HAL_AnalogOutputHandle

Initializes the analog output port using the given port object.

@param handle handle to the port @return the created analog output handle