Searched refs:IOC_PWM_OFF (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/beeper/ |
A D | beeper.c | 29 ret = ioctl(fd, IOC_PWM_OFF, (unsigned long)0); in beeper_start() 50 ret = ioctl(fd, IOC_PWM_OFF, (unsigned long)0); in beeper_stop()
|
/AliOS-Things-master/components/drivers/peripheral/pwm/include/vfsdev/ |
A D | pwm_dev.h | 23 #define IOC_PWM_OFF IOC_PWM_BASE + 2 /**< 关闭PWM的输出功能 */ macro
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/ |
A D | musicbox.c | 148 ret = ioctl(fd, IOC_PWM_OFF, (unsigned long)0); in tone() 169 ret = ioctl(fd, IOC_PWM_OFF, (unsigned long)0); in noTone()
|
/AliOS-Things-master/components/drivers/peripheral/pwm/example/ |
A D | pwm_example.c | 40 ret = ioctl(fd, IOC_PWM_OFF, (unsigned long)0); in vfs_pwm_test()
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_pwm.c | 108 ret = ioctl(*p_fd, IOC_PWM_OFF, NULL); in aos_hal_pwm_stop()
|
/AliOS-Things-master/components/drivers/peripheral/pwm/src/ |
A D | pwm_dev.c | 53 case IOC_PWM_OFF: in pwm_device_ioctl()
|
Completed in 5 milliseconds