/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/ |
H A D | os_time.c | 51 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 D | os_callout.c | 78 ble_npl_time_t ticks) in ble_npl_callout_reset()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | os_cputime_pwr2.c | 49 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 D | os_cputime.c | 50 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 D | hal_timer.c | 692 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 D | cmsis_rtthread.c | 109 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 D | npl_os_rtthread.c | 238 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 D | npl_os_freertos.c | 278 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 D | nimble_npl_os.h | 202 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 D | npl_os_dummy.c | 137 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 D | nimble_npl_os.h | 201 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 D | npl_os_riot.c | 60 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 D | nrfx_systick.c | 133 void nrfx_systick_delay_ticks(uint32_t ticks) in nrfx_systick_delay_ticks()
|
H A D | nrfx_rtc.c | 266 uint32_t ticks; in nrfx_rtc_max_ticks_get() local
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/ |
H A D | nimble_npl_os.h | 229 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 D | dhcpc.h | 44 u16_t ticks; member
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/ |
H A D | core_ck802.c | 247 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 D | ble_ll_conn.c | 260 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 D | nrf_timer.h | 679 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 D | glue.c | 400 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 D | ble_hs.c | 441 ble_hs_timer_reset(uint32_t ticks) in ble_hs_timer_reset()
|
H A D | ble_gap.c | 859 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 D | ble_phy.c | 662 uint32_t ticks; in ble_phy_rx_start_isr() local
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_phy.c | 1073 uint32_t ticks; in ble_phy_rx_start_isr() local
|
/nrf52832-nimble/rt-thread/components/CMSIS/Include/ |
H A D | core_cm0.h | 656 __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
|