Searched refs:PWM_OUT_0 (Results 1 – 13 of 13) sorted by relevance
| /bsp/tm4c123bsp/libraries/Drivers/ |
| A D | drv_pwm.c | 129 …configuration->pulse = PWMPulseWidthGet(PWM0_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel -… in drv_pwm_get() 145 …configuration->pulse = PWMPulseWidthGet(PWM1_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel -… in drv_pwm_get() 173 …PWMPulseWidthSet(PWM0_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set() 178 …PWMPulseWidthSet(PWM0_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set() 183 …PWMPulseWidthSet(PWM0_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set() 188 …PWMPulseWidthSet(PWM0_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set() 193 …PWMPulseWidthSet(PWM1_BASE, PWM_OUT_0 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set()
|
| /bsp/lm4f232/Libraries/driverlib/ |
| A D | pwm.h | 142 #define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0 macro
|
| A D | pwm.c | 96 return((ulPWMOut == PWM_OUT_0) || (ulPWMOut == PWM_OUT_1) || in PWMOutValid()
|
| /bsp/lm3s9b9x/Libraries/driverlib/ |
| A D | pwm.h | 142 #define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0 macro
|
| A D | pwm.c | 96 return((ulPWMOut == PWM_OUT_0) || (ulPWMOut == PWM_OUT_1) || in PWMOutValid()
|
| /bsp/lm3s8962/Libraries/driverlib/ |
| A D | pwm.h | 142 #define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0 macro
|
| A D | pwm.c | 96 return((ulPWMOut == PWM_OUT_0) || (ulPWMOut == PWM_OUT_1) || in PWMOutValid()
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/ |
| A D | pwm.h | 155 #define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0 macro
|
| A D | pwm.c | 110 return ((ui32PWMOut == PWM_OUT_0) || (ui32PWMOut == PWM_OUT_1) || in _PWMOutValid()
|
| /bsp/tm4c129x/libraries/driverlib/ |
| A D | pwm.h | 154 #define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0 macro
|
| A D | pwm.c | 113 return((ui32PWMOut == PWM_OUT_0) || (ui32PWMOut == PWM_OUT_1) || in _PWMOutValid()
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/ |
| A D | pwm.h | 154 #define PWM_OUT_0 0x00000040 // Encoded offset address of PWM0 macro
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/ |
| A D | pwm.c | 113 return((ui32PWMOut == PWM_OUT_0) || (ui32PWMOut == PWM_OUT_1) || in _PWMOutValid()
|
Completed in 41 milliseconds