Searched refs:__US_TO_TICKS (Results 1 – 1 of 1) sorted by relevance
33 #define __US_TO_TICKS(us) hal_sys_timer_us_to_ticks(us) macro45 #define __US_TO_TICKS(us) (((us) * ((uint32_t)CONFIG_SYSTICK_HZ / 1000) + 1000 - 1) / 100…68 #define US_TO_TICKS(us) __US_TO_TICKS(us)76 #define US_TO_HWTICKS(us) __US_TO_TICKS(us)
Completed in 2 milliseconds