Searched refs:IOC_TIMER_RELOAD (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/drivers/peripheral/timer/ |
A D | README.md | 108 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 D | timer_dev.h | 14 #define IOC_TIMER_RELOAD IOC_TIMER_BASE + 4 // auto reload timer or not macro
|
/AliOS-Things-master/components/drivers/peripheral/timer/example/ |
A D | timer_example.c | 62 ret = ioctl(fd, IOC_TIMER_RELOAD, (unsigned long)0); in vfs_timer_test()
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | timer.c | 94 return ioctl(*p_fd, IOC_TIMER_RELOAD, (unsigned long)false); in aos_hal_timer_reload()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_timer.c | 69 return ioctl(*p_fd, IOC_TIMER_RELOAD, (unsigned long)false); in aos_hal_timer_reload()
|
/AliOS-Things-master/components/drivers/peripheral/timer/src/ |
A D | timer_dev.c | 90 case IOC_TIMER_RELOAD: in timer_device_ioctl()
|
Completed in 15 milliseconds