Home
last modified time | relevance | path

Searched refs:aos_timer_new_ext (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_timer.c54 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 Ddi.c197 ret = aos_timer_new_ext(&st_di_check_timer, di_value_check, NULL, in expansion_board_di_init()
A Dkey.c294 ret = aos_timer_new_ext(&key_poll_timer, key_poll, NULL, in key_init()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Ddi.c184 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 Dtimer.c144 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 Dkernel.h1266 aos_status_t aos_timer_new_ext(aos_timer_t *timer, void (*fn)(void *, void *), void *arg,
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_alios.h430 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 Dota_server.c563 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 Daos_osdep.c693 …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 Duagent_core.c137 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 Dh5.c1720 ret = aos_timer_new_ext(timer, timer_callback, NULL, 0xFFFFFFUL, 0, 0); in OsAllocateTimer()
/AliOS-Things-master/components/osal_aos/
A DREADME.md291 | aos_timer_new_ext() | 定时器创建函数 |

Completed in 22 milliseconds