Searched defs:PWM_ENABLE_MASK (Results 1 – 2 of 2) sorted by relevance
22 #define PWM_ENABLE_MASK (0x1 << PWM_ENABLE_SHIFT) macro
24 #define PWM_ENABLE_MASK BIT(0) macro