|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
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).