Searched refs:PWM_O_ENABLE (Results 1 – 12 of 12) sorted by relevance
724 HWREG(ulBase + PWM_O_ENABLE) |= ulPWMOutBits; in PWMOutputState()728 HWREG(ulBase + PWM_O_ENABLE) &= ~(ulPWMOutBits); in PWMOutputState()
740 HWREG(ui32Base + PWM_O_ENABLE) |= ui32PWMOutBits; in PWMOutputState()744 HWREG(ui32Base + PWM_O_ENABLE) &= ~(ui32PWMOutBits); in PWMOutputState()
35 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
743 HWREG(ui32Base + PWM_O_ENABLE) |= ui32PWMOutBits; in PWMOutputState()747 HWREG(ui32Base + PWM_O_ENABLE) &= ~(ui32PWMOutBits); in PWMOutputState()
50 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
48 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
Completed in 61 milliseconds