Searched refs:time_us (Results 1 – 4 of 4) sorted by relevance
88 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() argument102 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() argument134 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()
405 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() argument648 p_reg->LEDPRE = time_us; in nrf_qdec_ledpre_set()
521 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() argument728 uint64_t ticks = ((time_us * 16ULL) >> prescaler); in nrf_timer_us_to_ticks()
310 uint32_t time_us);
Completed in 8 milliseconds