Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/beeper/
A Dbeeper.c23 ret = ioctl(fd, IOC_PWM_ON, (unsigned long)0); in beeper_start()
49 ret = ioctl(fd, IOC_PWM_ON, (unsigned long)0); in beeper_stop()
/AliOS-Things-master/components/drivers/peripheral/pwm/include/vfsdev/
A Dpwm_dev.h22 #define IOC_PWM_ON IOC_PWM_BASE + 1 /**< 使能PWM的输出功能 */ macro
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/
A Dmusicbox.c142 ret = ioctl(fd, IOC_PWM_ON, (unsigned long)0); in tone()
168 ret = ioctl(fd, IOC_PWM_ON, (unsigned long)0); in noTone()
/AliOS-Things-master/components/drivers/peripheral/pwm/example/
A Dpwm_example.c36 ret = ioctl(fd, IOC_PWM_ON, (unsigned long)0); in vfs_pwm_test()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_pwm.c83 ret = ioctl(*p_fd, IOC_PWM_ON, NULL); in aos_hal_pwm_start()
/AliOS-Things-master/components/drivers/peripheral/pwm/src/
A Dpwm_dev.c36 case IOC_PWM_ON: in pwm_device_ioctl()

Completed in 5 milliseconds