Home
last modified time | relevance | path

Searched defs:us (Results 1 – 7 of 7) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_systick.c76 #define NRFX_SYSTICK_ASSERT_TIMEOUT(us) \ argument
90 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsntp_opts.h146 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsntp_opts.h175 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/
H A Dsntp.c84 #define SNTP_SET_SYSTEM_TIME_US(sec, us) argument
221 u32_t us = lwip_ntohl(receive_timestamp[1]) / 4295; in sntp_process() local
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_rtc.h50 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
/nrf52832-nimble/rt-thread/libcpu/sim/posix/
H A Dcpu_port.c504 int us; in start_sys_timer() local
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Denc28j60.c59 static void _delay_us(uint32_t us) in _delay_us()