nuttx/include/nuttx/timers
Michal Lenc f851b79f89 pwm: add option to set channel output polarity with IOCTL command
Channel polarity can now be set with PWMIOC_SETCHARACTERISTICS ioctl
command as field cpol was added to pwm_info_s structure. This way the
polarity can be easily set from application layer for each channel
apart and also can be change on at runtime if required (although this is
not likely).

Helper defines were also added to simplify the definition of low and high
polarity level. Architecture level should take care of writing the
polarity to correct MCU registers.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-08-24 18:25:47 -03:00
..
arch_alarm.h
arch_rtc.h
arch_timer.h
capture.h
cs2100-cp.h
ds3231.h
mcp794xx.h
oneshot.h
pcf85263.h
pl031.h
pwm.h
rpmsg_rtc.h
rtc.h
rx8010.h
timer.h
watchdog.h