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

Initializes a counter.

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