Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp_adapter/include/peripheral/
A Daos_hal_timer.h22 #define TIMER_RELOAD_MANU 2 /**< timer reload manual */ macro
/AliOS-Things-master/components/drivers/peripheral/timer/include/aos/hal/
A Dtimer.h22 #define TIMER_RELOAD_MANU 2 /**< timer reload manual */ macro
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dhal_timer.c42 if(tim->config.reload_mode == TIMER_RELOAD_MANU){ in hal_timer_start()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/timer/
A Dmodule_timer.c135 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_setTimeout()
175 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_clearTimeout()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dtimer.c140 timer_dev_t tim = {0, {1000, TIMER_RELOAD_MANU, _hal_timer_test_cb, 100}, NULL}; in _hal_timer_test()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/timer/
A Dmodule_timer.c159 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_setTimeout()
200 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in native_timer_clearTimeout()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dtimer.c47 #define TIMER_MODE_ONESHOT (TIMER_RELOAD_MANU)
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_timer.c22 #define TIMER_MODE_ONESHOT (TIMER_RELOAD_MANU)
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_timer.c49 #define TIMER_MODE_ONE_SHOT (TIMER_RELOAD_MANU)
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_timer.c49 #define TIMER_MODE_ONE_SHOT (TIMER_RELOAD_MANU)
/AliOS-Things-master/components/drivers/peripheral/timer/src/
A Dtimer_dev.c71 config->reload_mode = alarm->auto_reload ? TIMER_RELOAD_AUTO : TIMER_RELOAD_MANU; in timer_device_ioctl()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c952 timer_device->config.reload_mode = TIMER_RELOAD_MANU; in board_set_timer_default()

Completed in 38 milliseconds