RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_pwm_ops结构体 参考

#include <dev_pwm.h>

成员变量

rt_err_t(* control )(struct rt_device_pwm *device, int cmd, void *arg)
 

详细描述

PWM operations

在文件 dev_pwm.h122 行定义.

结构体成员变量说明

◆ control

rt_err_t(* rt_pwm_ops::control) (struct rt_device_pwm *device, int cmd, void *arg)

在文件 dev_pwm.h124 行定义.