Home
last modified time | relevance | path

Searched refs:auto_reload (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/timer/example/
A Dtimer_example.c40 alarm.auto_reload = true; in vfs_timer_test()
56 alarm.auto_reload = false; in vfs_timer_test()
70 ralarm.period, ralarm.cb, ralarm.arg, ralarm.auto_reload); in vfs_timer_test()
/AliOS-Things-master/components/drivers/peripheral/timer/include/vfsdev/
A Dtimer_dev.h25 bool auto_reload; member
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_timer.c79 alarm.auto_reload = tim->config.reload_mode; in aos_hal_timer_start()
138 alarm.auto_reload = para.reload_mode; in aos_hal_timer_para_chg()
/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()
117 alarm->auto_reload = config->reload_mode == TIMER_RELOAD_AUTO ? true : false; in timer_device_ioctl()
/AliOS-Things-master/components/drivers/peripheral/timer/
A DREADME.md81 alarm.auto_reload = true; // 开启自动重新加载硬件定时器功能

Completed in 11 milliseconds