[][src]Type Definition in3_sys::time_func

type time_func = Option<unsafe extern "C" fn(t: *mut c_void) -> u64>;

time function defaults to k_uptime_get() for zeohyr and time(NULL) for other platforms expected to return a u64 value representative of time (from epoch/start)