Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_systick.c78 #define NRFX_SYSTICK_ASSERT_TIMEOUT(us) \ argument
92 static inline uint32_t nrfx_systick_us_tick(uint32_t us) in nrfx_systick_us_tick()
127 bool nrfx_systick_test(nrfx_systick_state_t const * p_state, uint32_t us) in nrfx_systick_test()
146 void nrfx_systick_delay_us(uint32_t us) in nrfx_systick_delay_us()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rtc.h52 #define NRFX_RTC_US_TO_TICKS(us,freq) (((us) * (freq)) / 1000000U) argument
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ie_writer.c100 uint32_t us; in csl_phase_calc() local