Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Go to the source code of this file.
Macros | |
PWM polarity flags | |
The | |
#define | PWM_POLARITY_NORMAL (0 << 0) |
#define | PWM_POLARITY_INVERTED (1 << 0) |
#define PWM_POLARITY_INVERTED (1 << 0) |
PWM pin inverted polarity (active-low pulse).
#define PWM_POLARITY_NORMAL (0 << 0) |
PWM pin normal polarity (active-high pulse).