Searched refs:OSTicks (Results 1 – 3 of 3) sorted by relevance
125 gki_cb.com.OSTicks = (uint32_t)times(nullptr); in GKI_init()159 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()923 gki_cb.com.OSTicks = times(nullptr); in GKI_get_time_stamp()924 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
182 uint32_t OSTicks; /* system ticks from start */ member
143 uint32_t GKI_get_tick_count(void) { return gki_cb.com.OSTicks; } in GKI_get_tick_count()366 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()