Searched refs:GET_CURRENT_TICKS (Results 1 – 2 of 2) sorted by relevance
25 #define GET_CURRENT_TICKS() hal_sys_timer_get() macro27 #define GET_CURRENT_MS() TICKS_TO_MS(GET_CURRENT_TICKS())
82 #define GET_CURRENT_TICKS() hal_sys_timer_get() macro84 #define GET_CURRENT_MS() TICKS_TO_MS(GET_CURRENT_TICKS())
Completed in 4 milliseconds