Home
last modified time | relevance | path

Searched refs:PWM_O_ENABLE (Results 1 – 12 of 12) sorted by relevance

/bsp/lm4f232/Libraries/driverlib/
A Dpwm.c724 HWREG(ulBase + PWM_O_ENABLE) |= ulPWMOutBits; in PWMOutputState()
728 HWREG(ulBase + PWM_O_ENABLE) &= ~(ulPWMOutBits); in PWMOutputState()
/bsp/lm3s9b9x/Libraries/driverlib/
A Dpwm.c724 HWREG(ulBase + PWM_O_ENABLE) |= ulPWMOutBits; in PWMOutputState()
728 HWREG(ulBase + PWM_O_ENABLE) &= ~(ulPWMOutBits); in PWMOutputState()
/bsp/lm3s8962/Libraries/driverlib/
A Dpwm.c724 HWREG(ulBase + PWM_O_ENABLE) |= ulPWMOutBits; in PWMOutputState()
728 HWREG(ulBase + PWM_O_ENABLE) &= ~(ulPWMOutBits); in PWMOutputState()
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dpwm.c740 HWREG(ui32Base + PWM_O_ENABLE) |= ui32PWMOutBits; in PWMOutputState()
744 HWREG(ui32Base + PWM_O_ENABLE) &= ~(ui32PWMOutBits); in PWMOutputState()
/bsp/lm3s8962/Libraries/inc/
A Dhw_pwm.h35 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
/bsp/lm3s9b9x/Libraries/inc/
A Dhw_pwm.h35 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
/bsp/lm4f232/Libraries/inc/
A Dhw_pwm.h35 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dpwm.c743 HWREG(ui32Base + PWM_O_ENABLE) |= ui32PWMOutBits; in PWMOutputState()
747 HWREG(ui32Base + PWM_O_ENABLE) &= ~(ui32PWMOutBits); in PWMOutputState()
/bsp/tm4c129x/libraries/driverlib/
A Dpwm.c743 HWREG(ui32Base + PWM_O_ENABLE) |= ui32PWMOutBits; in PWMOutputState()
747 HWREG(ui32Base + PWM_O_ENABLE) &= ~(ui32PWMOutBits); in PWMOutputState()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_pwm.h50 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
/bsp/tm4c129x/libraries/inc/
A Dhw_pwm.h50 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/inc/
A Dhw_pwm.h48 #define PWM_O_ENABLE 0x00000008 // PWM Output Enable macro

Completed in 61 milliseconds