Home
last modified time | relevance | path

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

12

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_time.c51 ble_npl_error_t ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
63 uint32_t ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
69 ble_npl_time_delay(ble_npl_time_t ticks) in ble_npl_time_delay()
H A Dos_callout.c78 ble_npl_time_t ticks) in ble_npl_callout_reset()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_cputime_pwr2.c49 uint64_t ticks; in os_cputime_usecs_to_ticks() local
78 os_cputime_ticks_to_usecs(uint32_t ticks) in os_cputime_ticks_to_usecs()
H A Dos_cputime.c50 os_cputime_delay_ticks(uint32_t ticks) in os_cputime_delay_ticks()
64 uint32_t ticks; in os_cputime_delay_nsecs() local
74 uint32_t ticks; in os_cputime_delay_usecs() local
H A Dhal_timer.c692 hal_timer_delay(int timer_num, uint32_t ticks) in hal_timer_delay()
734 hal_timer_start(struct hal_timer *timer, uint32_t ticks) in hal_timer_start()
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_rtthread.c109 rt_tick_t ticks; in osDelay() local
124 rt_tick_t ticks; in osWait() local
155 rt_tick_t ticks; in osTimerStart() local
190 rt_tick_t ticks; in osMutexWait() local
237 rt_tick_t ticks; in osSemaphoreWait() local
315 rt_tick_t ticks; in osMessageGet() local
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_os_rtthread.c238 ble_npl_error_t ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
280 ble_npl_error_t ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
290 uint32_t ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
295 void ble_npl_time_delay(ble_npl_time_t ticks) in ble_npl_time_delay()
336 static ble_npl_error_t npl_rtthread_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_rtthread_callout_reset()
375 uint64_t ticks; in npl_rtthread_time_ms_to_ticks() local
388 static ble_npl_error_t npl_rtthread_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in npl_rtthread_time_ticks_to_ms()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/
H A Dnpl_os_freertos.c278 npl_freertos_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_freertos_callout_reset()
326 uint64_t ticks; in npl_freertos_time_ms_to_ticks() local
339 npl_freertos_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in npl_freertos_time_ticks_to_ms()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/mynewt/include/nimble/
H A Dnimble_npl_os.h202 ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
252 ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
264 ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
270 ble_npl_time_delay(ble_npl_time_t ticks) in ble_npl_time_delay()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/
H A Dnpl_os_dummy.c137 ble_npl_callout_reset(struct ble_npl_callout *c, ble_npl_time_t ticks) in ble_npl_callout_reset()
173 ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
185 ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnimble_npl_os.h201 ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
250 ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
262 ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
268 ble_npl_time_delay(ble_npl_time_t ticks) in ble_npl_time_delay()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/src/
H A Dnpl_os_riot.c60 ble_npl_callout_reset(struct ble_npl_callout *c, ble_npl_time_t ticks) in ble_npl_callout_reset()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_systick.c133 void nrfx_systick_delay_ticks(uint32_t ticks) in nrfx_systick_delay_ticks()
H A Dnrfx_rtc.c266 uint32_t ticks; in nrfx_rtc_max_ticks_get() local
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/
H A Dnimble_npl_os.h229 ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
242 ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
/nrf52832-nimble/rt-thread/components/net/uip/apps/dhcpc/
H A Ddhcpc.h44 u16_t ticks; member
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/
H A Dcore_ck802.c247 uint32_t drv_coret_config(uint32_t ticks, int32_t IRQn) in drv_coret_config()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_conn.c260 uint32_t ticks; in ble_ll_conn_calc_itvl_ticks() local
1087 uint32_t ticks; in ble_ll_conn_tx_data_pdu() local
1586 uint32_t ticks; in ble_ll_conn_can_send_next_pdu() local
2195 uint32_t ticks; in ble_ll_conn_next_event() local
2246 uint32_t ticks; in ble_ll_conn_next_event() local
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_timer.h679 uint64_t ticks = ((time_us * 16ULL) >> prescaler); in nrf_timer_us_to_ticks() local
690 uint64_t ticks = ((time_ms * 16000ULL) >> prescaler); in nrf_timer_ms_to_ticks() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dglue.c400 uint32_t ticks; in k_delayed_work_submit() local
454 uint32_t ticks; in k_sleep() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs.c441 ble_hs_timer_reset(uint32_t ticks) in ble_hs_timer_reset()
H A Dble_gap.c859 ble_npl_stime_t ticks; in ble_gap_master_ticks_until_exp() local
880 ble_npl_stime_t ticks; in ble_gap_slave_ticks_until_exp() local
916 int32_t ticks; in ble_gap_update_next_exp() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/
H A Dble_phy.c662 uint32_t ticks; in ble_phy_rx_start_isr() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c1073 uint32_t ticks; in ble_phy_rx_start_isr() local
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cm0.h656 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()

12