Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/beeper/
A Dbeeper.c29 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 Dpwm_dev.h23 #define IOC_PWM_OFF IOC_PWM_BASE + 2 /**< 关闭PWM的输出功能 */ macro
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/
A Dmusicbox.c148 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 Dpwm_example.c40 ret = ioctl(fd, IOC_PWM_OFF, (unsigned long)0); in vfs_pwm_test()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_pwm.c108 ret = ioctl(*p_fd, IOC_PWM_OFF, NULL); in aos_hal_pwm_stop()
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_dev.c53 case IOC_PWM_OFF: in pwm_device_ioctl()

Completed in 5 milliseconds