Searched defs:us (Results 1 – 8 of 8) sorted by relevance
46 #define __US_TO_TICKS(us) hal_sys_timer_us_to_ticks(us) argument87 #define US_TO_TICKS(us) __US_TO_TICKS(us) argument95 #define US_TO_HWTICKS(us) __US_TO_TICKS(us) argument167 #define US_TO_FAST_TICKS(us) ((uint32_t)(us) * (CONFIG_FAST_SYSTICK_HZ / 1000 / 100) / 10) argument
36 #define LPU_TIMER_US(us) (((us) * 32 + 1000 - 1) / 1000) argument
306 void BOOT_TEXT_SRAM_LOC hal_sys_timer_delay_us(uint32_t us) in hal_sys_timer_delay_us()605 uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_us_to_ticks(uint32_t us) in hal_sys_timer_us_to_ticks()
113 #define SNTP_SET_SYSTEM_TIME_US(sec, us) argument203 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while (0) argument
88 void DelayUs(uint32_t us) in DelayUs()
65 #define crypto_udelay(us) hi_udelay(us) argument
38 #define HI_USLEEP(us) \ argument
69 #define DELAY(i2c_num, us) time_delay_us(i2c_num, us) argument