Go to the documentation of this file.
15 #define PWM_ALERT (1<<0) // alert when one-shot PWM stops
16 #define PWM_FORCE (1<<1) // switch immediately when setting PWM
17 #define PWM_IS_ALERT (1<<6) // alert present
18 #define PWM_IS_ON (1<<7) // PWM is in OM phase
23 #endif // any PWMs at all