Searched defs:us (Results 1 – 8 of 8) sorted by relevance
146 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
175 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
84 #define SNTP_SET_SYSTEM_TIME_US(sec, us) argument221 u32_t us = lwip_ntohl(receive_timestamp[1]) / 4295; in sntp_process() local
331 rt_err_t rt_cputime_udelay(rt_uint64_t us) in rt_cputime_udelay()
21 void rt_hw_us_delay(rt_uint32_t us) in rt_hw_us_delay()
383 rt_err_t rt_ktime_hrtimer_udelay(struct rt_ktime_hrtimer *timer, unsigned long us) in rt_ktime_hrtimer_udelay()
190 rt_uint32_t us = delay % 1000; in regulator_delay() local
59 static void _delay_us(uint32_t us) in _delay_us()
Completed in 11 milliseconds