Home
last modified time | relevance | path

Searched refs:aos_timer_t (Results 1 – 25 of 33) sorted by relevance

12

/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/osal_aos/include/aos/
A Dkernel.h148 typedef aos_hdl_t aos_timer_t; /**< AOS定时器对象句柄类型 */ typedef
678 aos_status_t aos_timer_create(aos_timer_t *timer, void (*fn)(void *, void *), void *arg,
686 void aos_timer_free(aos_timer_t *timer);
695 aos_status_t aos_timer_start(aos_timer_t *timer);
704 aos_status_t aos_timer_stop(aos_timer_t *timer);
717 aos_status_t aos_timer_change(aos_timer_t *timer, uint32_t ms);
730 aos_status_t aos_timer_change_once(aos_timer_t *timer, uint32_t ms);
740 bool aos_timer_is_valid(aos_timer_t *timer);
1250 aos_status_t aos_timer_new(aos_timer_t *timer, void (*fn)(void *, void *), void *arg,
1266 aos_status_t aos_timer_new_ext(aos_timer_t *timer, void (*fn)(void *, void *), void *arg,
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/
A Dmodule_systimer.c23 aos_timer_t *timer_id;
27 aos_timer_t *timer_id;
88 aos_timer_stop((aos_timer_t *)timerid); in cancel_timer()
89 aos_timer_free((aos_timer_t *)timerid); in cancel_timer()
192 aos_timer_stop((aos_timer_t *)timer_node->timer_id); in module_systimer_source_clean()
193 aos_timer_free((aos_timer_t *)timer_node->timer_id); in module_systimer_source_clean()
/AliOS-Things-master/components/amp/main/
A Damp_task.c98 aos_timer_t *amp_task_timer_action(uint32_t ms, amp_engine_call_t action, void *arg, amp_timer_type… in amp_task_timer_action()
103 aos_timer_t *timer_id = (aos_timer_t *)amp_malloc(sizeof(aos_timer_t)); in amp_task_timer_action()
A Damp_task.h45 aos_timer_t *amp_task_timer_action(uint32_t ms, amp_engine_call_t action,
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_lpm.h76 aos_timer_t wakeup_timer;
77 aos_timer_t io_wakeup_timer;
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/systimer/
A Dmodule_systimer.c24 aos_timer_t *timer_id;
28 aos_timer_t *timer_id;
103 aos_timer_stop((aos_timer_t *)timerid); in cancel_timer()
104 aos_timer_free((aos_timer_t *)timerid); in cancel_timer()
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c191 aos_timer_t *timer_data_retrans;
192 aos_timer_t *timer_sync_retrans;
193 aos_timer_t *timer_conf_retrans;
194 aos_timer_t *timer_wait_ct_baudrate_ready;
195 aos_timer_t *timer_h5_hw_init_ready;
234 static int OsStartTimer(aos_timer_t *timerid, int msec, int mode);
235 static int OsStopTimer(aos_timer_t *timerid);
1711 aos_timer_t *timer; in OsAllocateTimer()
1714 timer = malloc(sizeof(aos_timer_t)); in OsAllocateTimer()
1730 static int OsFreeTimer(aos_timer_t *timerid) in OsFreeTimer()
[all …]
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_sw_timer.c31 aos_timer_t *timerId;
65 aos_timer_t *tim = self->timerId; in machine_soft_timer_enable()
71 aos_timer_t *tim = self->timerId; in machine_soft_timer_disable()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_sw_timer.c57 aos_timer_t timerId;
89 aos_timer_t tim = self->timerId; in machine_soft_timer_enable()
94 aos_timer_t tim = self->timerId; in machine_soft_timer_disable()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_sw_timer.c57 aos_timer_t timerId;
89 aos_timer_t tim = self->timerId; in machine_soft_timer_enable()
94 aos_timer_t tim = self->timerId; in machine_soft_timer_disable()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/adc/
A Dadc_test.c14 static aos_timer_t gpio_test_timer;
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dwatchdog_test.c26 aos_timer_t timer1; in handle_watchdog_test_cmd()
/AliOS-Things-master/components/py_engine/external/amp_task/
A Damp_task.h45 aos_timer_t *amp_task_timer_action(uint32_t ms, amp_engine_call_t action, void *arg, amp_timer_type…
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c291 aos_status_t aos_timer_create(aos_timer_t *timer, void (*fn)(void *, void *), void *arg, in aos_timer_create()
332 void aos_timer_free(aos_timer_t *timer) in aos_timer_free()
353 int aos_timer_start(aos_timer_t *timer) in aos_timer_start()
382 int aos_timer_stop(aos_timer_t *timer) in aos_timer_stop()
/AliOS-Things-master/components/osal_aos/example/
A Dtimer_example.c27 static aos_timer_t timer1;
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h32 typedef aos_timer_t *os_timer_t;
427 aos_timer_t *timer = snd_zalloc(sizeof(aos_timer_t), AFM_MAIN); in os_timer_new()
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.h89 aos_timer_t timer;
/AliOS-Things-master/components/genie_service/sal/src/
A Dgenie_sal_uart.c18 static aos_timer_t uart_frame_end_timer;
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/gpio/
A Dgpio_test.c13 static aos_timer_t gpio_test_timer;
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_mesh.c25 static aos_timer_t do_mesh_ready_timer;
/AliOS-Things-master/components/drivers/core/base/device/
A Dobject.c96 {AOS_Object_Class_Timer, _OBJ_CONTAINER_LIST_INIT(AOS_Object_Info_Timer), sizeof(aos_timer_t)},
/AliOS-Things-master/hardware/board/haaseduk1/drivers/
A Ddi.c33 static aos_timer_t st_di_check_timer = {0};
/AliOS-Things-master/hardware/board/haas100/drivers/
A Ddi.c33 static aos_timer_t st_di_check_timer = {0};
/AliOS-Things-master/components/posix/src/
A Dtimer.c18 aos_timer_t aos_timer;

Completed in 55 milliseconds

12