[][src]Function wpilib_sys::bindings::HAL_InitializeAnalogInputPort

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

Initializes the analog input port using the given port object.

@param portHandle Handle to the port to initialize. @return the created analog input handle