Home
last modified time | relevance | path

Searched defs:ticks (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c281 uint64_t ticks = (((uint64_t)time_us * freq_base_mhz) >> prescaler); in nrfx_timer_us_to_ticks() local
289 uint64_t ticks = (((uint64_t)time_ms * freq_base_khz) >> prescaler); in nrfx_timer_ms_to_ticks() local
Dnrfx_systick.c135 void nrfx_systick_delay_ticks(uint32_t ticks) in nrfx_systick_delay_ticks()
Dnrfx_rtc.c266 uint32_t ticks; in nrfx_rtc_max_ticks_get() local
Dnrfx_wdt.c66 uint64_t ticks = (p_config->reload_value * 32768ULL) / 1000; in wdt_configure() local
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_utils.h64 #define NRF_802154_SL_RTC_TICKS_TO_US(ticks) \ argument
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h979 uint64_t ticks = ((time_us * 16ULL) >> prescaler); in nrf_timer_us_to_ticks() local
990 uint64_t ticks = ((time_ms * 16000ULL) >> prescaler); in nrf_timer_ms_to_ticks() local
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_utils.h67 #define NRF_802154_RTC_TICKS_TO_US(ticks) \ argument
/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_timer.c80 int64_t ticks = k_uptime_ticks(); in nrf_802154_sl_timer_current_time_get() local