Bouffalo SDK  1.0
Bouffalolab Software Development Kit
pwm polarity definition
Collaboration diagram for pwm polarity definition:

Macros

#define PWM_POLARITY_ACTIVE_LOW   0
 
#define PWM_POLARITY_ACTIVE_HIGH   1
 

Detailed Description

Macro Definition Documentation

◆ PWM_POLARITY_ACTIVE_HIGH

#define PWM_POLARITY_ACTIVE_HIGH   1

Definition at line 30 of file bflb_pwm_v2.h.

◆ PWM_POLARITY_ACTIVE_LOW

#define PWM_POLARITY_ACTIVE_LOW   0

Definition at line 29 of file bflb_pwm_v2.h.