Home
last modified time | relevance | path

Searched refs:MODULE_TIMER (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/timer/
A Dmodule_timer.c57 ret = board_attach_item(MODULE_TIMER, id, &timer_handle); in native_timer_open()
63 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_open()
76 board_disattach_item(MODULE_TIMER, &timer_handle); in native_timer_open()
123 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_setTimeout()
169 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_clearTimeout()
226 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_setInterval()
271 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_clearInterval()
300 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_close()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/timer/
A Dmodule_timer.c69 ret = board_attach_item(MODULE_TIMER, id, &timer_handle); in native_timer_open()
75 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_open()
94 board_disattach_item(MODULE_TIMER, &timer_handle); in native_timer_open()
142 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_setTimeout()
194 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_clearTimeout()
254 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_setInterval()
307 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_clearInterval()
336 timer_device = board_get_node_by_handle(MODULE_TIMER, &timer_handle); in native_timer_close()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.h23 MODULE_TIMER, enumerator
A Dboard_mgr.c994 ret = board_add_new_item(MODULE_TIMER, timer_id, new_timer); in board_parse_timer()
1248 {MARKER_TIMER, MODULE_TIMER, board_parse_timer},
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dus_ticker.c53 DBG_PRINTF(MODULE_TIMER, LEVEL_INFO, "%s: Timer_Id=%d\n", __FUNCTION__, APP_TIM_ID); in us_ticker_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Ddiag.h40 MODULE_TIMER = 4, /**< timer */ enumerator
/AliOS-Things-master/components/py_engine/external/common/
A Dboard_mgr.h120 MODULE_TIMER, enumerator

Completed in 12 milliseconds