Searched defs:us (Results 1 – 7 of 7) sorted by relevance
76 #define NRFX_SYSTICK_ASSERT_TIMEOUT(us) \ argument90 static inline uint32_t nrfx_systick_us_tick(uint32_t us) in nrfx_systick_us_tick()125 bool nrfx_systick_test(nrfx_systick_state_t const * p_state, uint32_t us) in nrfx_systick_test()144 void nrfx_systick_delay_us(uint32_t us) in nrfx_systick_delay_us()
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
50 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
504 int us; in start_sys_timer() local
59 static void _delay_us(uint32_t us) in _delay_us()