Home
last modified time | relevance | path

Searched refs:rt_timer_start (Results 1 – 25 of 28) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dporttimer_m.c65 rt_timer_start(&timer); in vMBMasterPortTimersT35Enable()
77 rt_timer_start(&timer); in vMBMasterPortTimersConvertDelayEnable()
89 rt_timer_start(&timer); in vMBMasterPortTimersRespondTimeoutEnable()
H A Dporttimer.c47 rt_timer_start(&timer); in vMBPortTimersEnable()
/nrf52832-nimble/rt-thread/examples/kernel/
H A Dtimer_static.c40 rt_timer_start(&timer1); in timer_static_init()
41 rt_timer_start(&timer2); in timer_static_init()
H A Dtimer_dynamic.c35 rt_timer_start(timer1); in timer_create_init()
48 rt_timer_start(timer2); in timer_create_init()
H A Dtimer_stop_self.c38 rt_timer_start(timer1); in timer_stop_self_init()
H A Dtimer_control.c40 rt_timer_start(timer1); in timer_control_init()
/nrf52832-nimble/rt-thread/examples/pm/
H A Dtimer_app.c39 rt_timer_start(timer1); in timer_app_init()
/nrf52832-nimble/rt-thread/src/
H A Dtimer.c296 rt_err_t rt_timer_start(rt_timer_t timer) in rt_timer_start() function
413 RTM_EXPORT(rt_timer_start);
537 rt_timer_start(t); in rt_timer_check()
621 rt_timer_start(t); in rt_soft_timer_check()
H A Dipc.c387 rt_timer_start(&(thread->thread_timer)); in rt_sem_take()
743 rt_timer_start(&(thread->thread_timer)); in rt_mutex_take()
1205 rt_timer_start(&(thread->thread_timer)); in rt_event_recv()
1503 rt_timer_start(&(thread->thread_timer)); in rt_mb_send_wait()
1651 rt_timer_start(&(thread->thread_timer)); in rt_mb_recv()
2206 rt_timer_start(&(thread->thread_timer)); in rt_mq_recv()
H A Dmempool.c348 rt_timer_start(&(thread->thread_timer)); in rt_mp_alloc()
H A Dsignal.c242 rt_timer_start(&(tid->thread_timer)); in rt_signal_wait()
H A Dthread.c504 rt_timer_start(&(thread->thread_timer)); in rt_thread_sleep()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Ddataqueue.c92 rt_timer_start(&(thread->thread_timer)); in rt_data_queue_push()
182 rt_timer_start(&(thread->thread_timer)); in rt_data_queue_pop()
H A Dcompletion.c73 rt_timer_start(&(thread->thread_timer)); in rt_completion_wait()
H A Dwaitqueue.c115 rt_timer_start(tmr); in rt_wqueue_wait()
/nrf52832-nimble/rt-thread/components/vbus/
H A Dwatermark_queue.h73 rt_timer_start(&(thread->thread_timer)); in rt_wm_que_inc()
H A Dprio_queue.c217 rt_timer_start(&(thread->thread_timer)); in rt_prio_queue_pop()
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_lwip.c61 rt_timer_start(&lwip_prot->timer); in netif_is_ready()
95 rt_timer_start(&lwip_prot->timer); in netif_is_ready()
147 rt_timer_start(&lwip_prot->timer); in netif_set_connected()
H A Dwlan_mgnt.c54 #define TIME_START() (rt_timer_start(&reconnect_time))
1885 rt_timer_start(&reconnect_time); in rt_wlan_init()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Dpoll.c102 rt_timer_start(&(thread->thread_timer)); in poll_wait_timeout()
/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_cn.md227 rt_err_t rt_timer_start(rt_timer_t timer);
H A Dcoding_style_en.txt212 rt_err_t rt_timer_start(rt_timer_t timer);
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/
H A Dcmsis_rtthread.c159 result = rt_timer_start(timer_id); in osTimerStart()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_os_rtthread.c345 rt_timer_start((struct rt_timer *)co->handle); in npl_rtthread_callout_reset()
/nrf52832-nimble/rt-thread/include/
H A Drtthread.h96 rt_err_t rt_timer_start(rt_timer_t timer);

12