Home
last modified time | relevance | path

Searched refs:IO_TIMER_STOP (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/timer/example/
A Dtimer_example.c51 ret = ioctl(fd, IOC_TIMER_CONTROL, (unsigned long)IO_TIMER_STOP); in vfs_timer_test()
65 ret = ioctl(fd, IOC_TIMER_CONTROL, (unsigned long)IO_TIMER_STOP); in vfs_timer_test()
/AliOS-Things-master/components/drivers/peripheral/timer/include/vfsdev/
A Dtimer_dev.h17 #define IO_TIMER_STOP 0 macro
/AliOS-Things-master/components/drivers/peripheral/timer/
A DREADME.md102 // arg为IO_TIMER_STOP代表停止定时器
103 ioctl (fd, IOC_TIMER_CONTROL, IO_TIMER_STOP)
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_timer.c110 ret = ioctl(*p_fd, IOC_TIMER_CONTROL, (unsigned long)IO_TIMER_STOP); in aos_hal_timer_stop()

Completed in 11 milliseconds