pub unsafe extern "C" fn HAL_GetCounterDirection(
    counterHandle: HAL_CounterHandle,
    status: *mut i32
) -> HAL_Bool
Expand description

Gets the last direction the counter value changed.

@param counterHandle the counter handle @return the last direction the counter value changed