Home
last modified time | relevance | path

Searched refs:time_ms (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c285 uint32_t nrfx_timer_ms_to_ticks(nrfx_timer_t const * p_instance, uint32_t time_ms) in nrfx_timer_ms_to_ticks() argument
289 uint64_t ticks = (((uint64_t)time_ms * freq_base_khz) >> prescaler); in nrfx_timer_ms_to_ticks()
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h776 NRF_STATIC_INLINE uint32_t nrf_timer_ms_to_ticks(uint32_t time_ms,
984 NRF_STATIC_INLINE uint32_t nrf_timer_ms_to_ticks(uint32_t time_ms, in nrf_timer_ms_to_ticks() argument
990 uint64_t ticks = ((time_ms * 16000ULL) >> prescaler); in nrf_timer_ms_to_ticks()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h352 uint32_t nrfx_timer_ms_to_ticks(nrfx_timer_t const * p_instance, uint32_t time_ms);