Searched refs:PWM_OUT_4 (Results 1 – 13 of 13) sorted by relevance
137 …configuration->pulse = PWMPulseWidthGet(PWM0_BASE, PWM_OUT_4 + (uint32_t)(configuration->channel -… in drv_pwm_get()153 …configuration->pulse = PWMPulseWidthGet(PWM1_BASE, PWM_OUT_4 + (uint32_t)(configuration->channel -… in drv_pwm_get()203 …PWMPulseWidthSet(PWM1_BASE, PWM_OUT_4 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set()
146 #define PWM_OUT_4 0x000000C4 // Encoded offset address of PWM4 macro
98 (ulPWMOut == PWM_OUT_4) || (ulPWMOut == PWM_OUT_5) || in PWMOutValid()
159 #define PWM_OUT_4 0x000000C4 // Encoded offset address of PWM4 macro
112 (ui32PWMOut == PWM_OUT_4) || (ui32PWMOut == PWM_OUT_5) || in _PWMOutValid()
158 #define PWM_OUT_4 0x000000C4 // Encoded offset address of PWM4 macro
115 (ui32PWMOut == PWM_OUT_4) || (ui32PWMOut == PWM_OUT_5) || in _PWMOutValid()
Completed in 26 milliseconds