Home
last modified time | relevance | path

Searched refs:time_us (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/nrfx/soc/
A Dnrfx_coredep.h88 NRF_STATIC_INLINE void nrfx_coredep_delay_us(uint32_t time_us);
100 NRF_STATIC_INLINE void nrfx_coredep_delay_us(uint32_t time_us) in nrfx_coredep_delay_us() argument
102 if (time_us == 0) in nrfx_coredep_delay_us()
106 uint32_t time_cycles = time_us * NRFX_DELAY_CPU_FREQ_MHZ; in nrfx_coredep_delay_us()
132 NRF_STATIC_INLINE void nrfx_coredep_delay_us(uint32_t time_us) in nrfx_coredep_delay_us() argument
134 if (time_us == 0) in nrfx_coredep_delay_us()
169 uint32_t cycles = time_us * NRFX_DELAY_CPU_FREQ_MHZ; in nrfx_coredep_delay_us()
/lk-master/external/platform/nrfx/hal/
A Dnrf_qdec.h405 NRF_STATIC_INLINE void nrf_qdec_ledpre_set(NRF_QDEC_Type * p_reg, uint32_t time_us);
646 NRF_STATIC_INLINE void nrf_qdec_ledpre_set(NRF_QDEC_Type * p_reg, uint32_t time_us) in nrf_qdec_ledpre_set() argument
648 p_reg->LEDPRE = time_us; in nrf_qdec_ledpre_set()
A Dnrf_timer.h521 NRF_STATIC_INLINE uint32_t nrf_timer_us_to_ticks(uint32_t time_us,
722 NRF_STATIC_INLINE uint32_t nrf_timer_us_to_ticks(uint32_t time_us, in nrf_timer_us_to_ticks() argument
728 uint64_t ticks = ((time_us * 16ULL) >> prescaler); in nrf_timer_us_to_ticks()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_timer.h310 uint32_t time_us);

Completed in 8 milliseconds