[][src]Function wpilib_sys::bindings::HAL_InitializeCounter

pub unsafe extern "C" fn HAL_InitializeCounter(
    mode: Type,
    index: *mut i32,
    status: *mut i32
) -> HAL_CounterHandle

Initializes a counter.

@param mode the counter mode @param index the compressor index (output) @return the created handle