Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 25 of 83) sorted by relevance

1234

/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/timer/
A Dtimer.c12 csi_timer_t *timer = (csi_timer_t *)data; in csi_gtimer_timeout_handler() local
22 csi_error_t csi_timer_init(csi_timer_t *timer, uint32_t idx) in csi_timer_init()
46 void csi_timer_uninit(csi_timer_t *timer) in csi_timer_uninit()
57 csi_error_t csi_timer_start(csi_timer_t *timer, uint32_t timeout_us) in csi_timer_start()
68 void csi_timer_stop(csi_timer_t *timer) in csi_timer_stop()
75 uint32_t csi_timer_get_remaining_value(csi_timer_t *timer) in csi_timer_get_remaining_value()
89 uint32_t csi_timer_get_load_value(csi_timer_t *timer) in csi_timer_get_load_value()
99 bool csi_timer_is_running(csi_timer_t *timer) in csi_timer_is_running()
111 csi_error_t csi_timer_attach_callback(csi_timer_t *timer, void *callback, void *arg) in csi_timer_attach_callback()
118 void csi_timer_detach_callback(csi_timer_t *timer) in csi_timer_detach_callback()
/AliOS-Things-master/kernel/rhino/
A Dk_timer.c8 static void timer_list_pri_insert(klist_t *head, ktimer_t *timer) in timer_list_pri_insert()
31 static void timer_list_rm(ktimer_t *timer) in timer_list_rm()
93 kstat_t krhino_timer_del(ktimer_t *timer) in krhino_timer_del()
130 kstat_t krhino_timer_dyn_del(ktimer_t *timer) in krhino_timer_dyn_del()
143 kstat_t krhino_timer_start(ktimer_t *timer) in krhino_timer_start()
155 kstat_t krhino_timer_stop(ktimer_t *timer) in krhino_timer_stop()
193 kstat_t krhino_timer_arg_change(ktimer_t *timer, void *arg) in krhino_timer_arg_change()
206 kstat_t krhino_timer_arg_change_auto(ktimer_t *timer, void *arg) in krhino_timer_arg_change_auto()
224 ktimer_t *timer; in timer_cb_proc() local
254 ktimer_t *timer = cb->timer; in cmd_proc() local
[all …]
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c19 aos_status_t aos_timer_new(aos_timer_t *timer, void (*fn)(void *, void *), void *arg, in aos_timer_new()
34 bool aos_timer_is_valid(aos_timer_t *timer) in aos_timer_is_valid()
54 aos_status_t aos_timer_new_ext(aos_timer_t *timer, void (*fn)(void *, void *), void *arg, in aos_timer_new_ext()
70 aos_status_t aos_timer_create(aos_timer_t *timer, void (*fn)(void *, void *), void *arg, in aos_timer_create()
86 void aos_timer_free(aos_timer_t *timer) in aos_timer_free()
96 aos_status_t aos_timer_start(aos_timer_t *timer) in aos_timer_start()
106 aos_status_t aos_timer_stop(aos_timer_t *timer) in aos_timer_stop()
116 aos_status_t aos_timer_change(aos_timer_t *timer, uint32_t ms) in aos_timer_change()
125 aos_status_t aos_timer_change_once(aos_timer_t *timer, uint32_t ms) in aos_timer_change_once()
136 int aos_timer_gettime(aos_timer_t *timer, uint64_t value[4]) in aos_timer_gettime()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_timer.c11 void iotx_time_start(iotx_time_t *timer) in iotx_time_start()
50 uint32_t utils_time_is_expired(iotx_time_t *timer) in utils_time_is_expired()
72 void iotx_time_init(iotx_time_t *timer) in iotx_time_init()
81 void utils_time_countdown_ms(iotx_time_t *timer, uint32_t millisecond) in utils_time_countdown_ms()
A Dinfra_httpc.c218 iotx_time_t timer; in _http_recv() local
243 static int _utils_check_deadloop(int len, iotx_time_t *timer, int ret, in _utils_check_deadloop()
306 iotx_time_t timer; in _http_get_response_body() local
382 iotx_time_t timer; in _http_parse_response_header() local
520 iotx_time_t timer; in httpclient_recv_response() local
607 iotx_time_t timer; in httpclient_common() local
760 iotx_time_t timer; in wrapper_http_perform() local
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTLinux.c20 void TimerInit(Timer* timer) in TimerInit()
25 char TimerIsExpired(Timer* timer) in TimerIsExpired()
34 void TimerCountdownMS(Timer* timer, unsigned int timeout) in TimerCountdownMS()
43 void TimerCountdown(Timer* timer, unsigned int timeout) in TimerCountdown()
52 int TimerLeftMS(Timer* timer) in TimerLeftMS()
A DMQTTClient.c34 static int sendPacket(MQTTClient* c, int length, Timer* timer) in sendPacket()
111 static int readPacket(MQTTClient* c, Timer* timer) in readPacket()
225 Timer timer; in keepalive() local
257 int cycle(MQTTClient* c, Timer* timer) in cycle()
344 Timer timer; in MQTTYield() local
368 Timer timer; in MQTTRun() local
395 int waitfor(MQTTClient* c, int packet_type, Timer* timer) in waitfor()
521 Timer timer; in MQTTSubscribeWithResults() local
576 Timer timer; in MQTTUnsubscribe() local
620 Timer timer; in MQTTPublish() local
[all …]
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_timer.c10 int awss_stop_timer(void *timer) in awss_stop_timer()
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c45 SDL_Timer *timer; member
80 SDL_AddTimerInternal(SDL_TimerData *data, SDL_Timer *timer) in SDL_AddTimerInternal()
242 SDL_Timer *timer; in SDL_TimerQuit() local
282 SDL_Timer *timer; in SDL_AddTimer() local
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Daos_port.c315 void k_timer_init(k_timer_t *timer, k_timer_handler_t handle, void *args) in k_timer_init()
332 void k_timer_start(k_timer_t *timer, uint32_t timeout) in k_timer_start()
359 void k_timer_stop(k_timer_t *timer) in k_timer_stop()
394 bool k_timer_is_started(k_timer_t *timer) in k_timer_is_started()
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.c525 static int iotx_mc_read_packet(iotx_mc_client_t *c, iotx_time_t *timer, in iotx_mc_read_packet()
692 iotx_time_t timer; in iotx_mc_wait_CONNACK() local
930 iotx_time_t timer; in MQTTRePublish() local
1322 iotx_time_t timer; in MQTTPuback() local
1508 static int iotx_mc_cycle(iotx_mc_client_t *c, iotx_time_t *timer) in iotx_mc_cycle()
1664 iotx_time_t timer; in MQTTKeepalive() local
1990 iotx_time_t timer; in MQTTSubscribe() local
2383 iotx_time_t timer; in MQTTUnsubscribe() local
2560 iotx_time_t timer; in MQTTPublish() local
2657 timer; /* we might wait for incomplete incoming publishes to complete */ in MQTTDisconnect() local
[all …]
/AliOS-Things-master/components/amp/example-js/
A Dpwm.js25 var timer = setInterval(function(){ variable
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dtiming.h56 struct mbedtls_timing_hr_time timer; member
/AliOS-Things-master/components/mbedtls/platform/yoc/include/
A Dtiming_alt.h51 struct mbedtls_timing_hr_time timer; member
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dwatchdog_test.c17 static void timer1_func(void *timer, void *arg) in timer1_func()
/AliOS-Things-master/components/osal_aos/example/
A Dtimer_example.c34 static void timer1_func(void *timer, void *arg) in timer1_func()
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_timer.c24 timer_t *timer = aos_malloc(sizeof(timer_t)); in aos_hal_timer_init() local
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dmld6.h68 u16_t timer; member
A Digmp.h84 u16_t timer; member
A Dip4_frag.h67 u8_t timer; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dmld6.h68 u16_t timer; member
A Digmp.h84 u16_t timer; member
A Dip4_frag.h67 u8_t timer; member
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dtimer.c93 void mtimer_stop(struct mtimer *timer) in mtimer_stop()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h409 static inline int os_timer_change(os_timer_t timer, int internal_ms) in os_timer_change()
414 static inline int os_timer_start(os_timer_t timer) in os_timer_start()
419 static inline int os_timer_stop(os_timer_t timer) in os_timer_stop()
427 aos_timer_t *timer = snd_zalloc(sizeof(aos_timer_t), AFM_MAIN); in os_timer_new() local
438 static inline void os_timer_free(os_timer_t timer) in os_timer_free()

Completed in 44 milliseconds

1234