Searched refs:time_ms (Results 1 – 2 of 2) sorted by relevance
533 NRF_STATIC_INLINE uint32_t nrf_timer_ms_to_ticks(uint32_t time_ms,733 NRF_STATIC_INLINE uint32_t nrf_timer_ms_to_ticks(uint32_t time_ms, in nrf_timer_ms_to_ticks() argument739 uint64_t ticks = ((time_ms * 16000ULL) >> prescaler); in nrf_timer_ms_to_ticks()
321 uint32_t time_ms);
Completed in 6 milliseconds