Home
last modified time | relevance | path

Searched refs:IOC_TIMER_RELOAD (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/timer/
A DREADME.md108 int ioctl(int fd, IOC_TIMER_RELOAD, unsigned long arg);
111 ioctl (fd, IOC_TIMER_RELOAD, true)
113 ioctl (fd, IOC_TIMER_RELOAD, false)
/AliOS-Things-master/components/drivers/peripheral/timer/include/vfsdev/
A Dtimer_dev.h14 #define IOC_TIMER_RELOAD IOC_TIMER_BASE + 4 // auto reload timer or not macro
/AliOS-Things-master/components/drivers/peripheral/timer/example/
A Dtimer_example.c62 ret = ioctl(fd, IOC_TIMER_RELOAD, (unsigned long)0); in vfs_timer_test()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dtimer.c94 return ioctl(*p_fd, IOC_TIMER_RELOAD, (unsigned long)false); in aos_hal_timer_reload()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_timer.c69 return ioctl(*p_fd, IOC_TIMER_RELOAD, (unsigned long)false); in aos_hal_timer_reload()
/AliOS-Things-master/components/drivers/peripheral/timer/src/
A Dtimer_dev.c90 case IOC_TIMER_RELOAD: in timer_device_ioctl()

Completed in 15 milliseconds