Home
last modified time | relevance | path

Searched refs:__US_TO_TICKS (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_timer.h33 #define __US_TO_TICKS(us) hal_sys_timer_us_to_ticks(us) macro
45 #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 3 milliseconds