rt-thread/components/drivers/misc
YuQi 5debfdd84d
[TMS320F28379] implement PWM driver (#6457)
增加c28x芯片的pwm驱动
已经在TMS320F28379中通过测试
pwm设备框架增加如下方法:
#define PWM_CMD_SET_DEAD_TIME (RT_DEVICE_CTRL_BASE(PWM) + 8)
#define PWM_CMD_SET_PHASE (RT_DEVICE_CTRL_BASE(PWM) + 9)
#define PWM_CMD_ENABLE_IRQ (RT_DEVICE_CTRL_BASE(PWM) + 10)
#define PWM_CMD_DISABLE_IRQ (RT_DEVICE_CTRL_BASE(PWM) + 11)
2022-09-25 22:41:00 -04:00
..
SConscript [update] add drivers for stm32mp1. 2020-06-23 11:26:11 +08:00
adc.c [device][adc] implement adc_get_vref (#5988) 2022-05-29 10:22:33 +08:00
dac.c [stm32][l4] add tim7 support | 设备框架以及驱动错误码处理逻辑存在问题 (#5901) 2022-05-09 22:59:27 +08:00
pin.c [componnets][pin]add pin operate command in MSH (#5892) 2022-05-30 18:00:26 +08:00
pulse_encoder.c [rtdevices] eliminate recursion 2022-06-22 14:48:00 +08:00
rt_drv_pwm.c [TMS320F28379] implement PWM driver (#6457) 2022-09-25 22:41:00 -04:00
rt_inputcapture.c Solve the problem that LOG_W() may not be recognized when the INPUT CAPTURE module is enabled,which may cause the compilation failure. 2022-07-22 14:25:43 +08:00