Searched refs:aos_timer_new_ext (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 54 aos_status_t aos_timer_new_ext(aos_timer_t *timer, void (*fn)(void *, void *), void *arg, in aos_timer_new_ext() function
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/ |
A D | di.c | 197 ret = aos_timer_new_ext(&st_di_check_timer, di_value_check, NULL, in expansion_board_di_init()
|
A D | key.c | 294 ret = aos_timer_new_ext(&key_poll_timer, key_poll, NULL, in key_init()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | di.c | 184 ret = aos_timer_new_ext(&st_di_check_timer, di_value_check, NULL, TIMER_CHECK_INTERVAL, 1, 1); in expansion_board_di_init()
|
/AliOS-Things-master/components/posix/src/ |
A D | timer.c | 144 ret = aos_timer_new_ext(&(timer_list_m->aos_timer), timer_callback, timer_list_m->evp, in timer_create()
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | kernel.h | 1266 aos_status_t aos_timer_new_ext(aos_timer_t *timer, void (*fn)(void *, void *), void *arg,
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_alios.h | 430 if (aos_timer_new_ext(timer, func, arg, internal_ms, repeat, auto_run)) { in os_timer_new()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ota_server.c | 563 aos_timer_new_ext(&ota_ctrl.timer, ota_timeout, NULL, 1000, 0, 0); in ble_ota_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_osdep.c | 693 …ret = aos_timer_new_ext(&t_handler->timer, pxCallbackFunction,(void *)t_handler, krhino_ticks_to_m… in _aos_timerCreate()
|
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_core.c | 137 if (0 != aos_timer_new_ext(&timer_monitor_output_queue, in uagent_ext_comm_start()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h5.c | 1720 ret = aos_timer_new_ext(timer, timer_callback, NULL, 0xFFFFFFUL, 0, 0); in OsAllocateTimer()
|
/AliOS-Things-master/components/osal_aos/ |
A D | README.md | 291 | aos_timer_new_ext() | 定时器创建函数 |
|
Completed in 22 milliseconds