Searched refs:PWM0_BASE (Results 1 – 2 of 2) sorted by relevance
204 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenConfigure()281 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodSet()338 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenPeriodGet()385 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenEnable()414 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMGenDisable()451 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthSet()521 ASSERT((ulBase == PWM0_BASE) || (ulBase == PWM1_BASE)); in PWMPulseWidthGet()929 case PWM0_BASE + PWM_GEN_0: in PWMGenIntGet()937 case PWM0_BASE + PWM_GEN_1: in PWMGenIntGet()945 case PWM0_BASE + PWM_GEN_2: in PWMGenIntGet()[all …]
81 #define PWM0_BASE 0x40028000 // Pulse Width Modulator (PWM) macro
Completed in 8 milliseconds