Searched refs:PWM_OUT_2 (Results 1 – 13 of 13) sorted by relevance
133 …configuration->pulse = PWMPulseWidthGet(PWM0_BASE, PWM_OUT_2 + (uint32_t)(configuration->channel -… in drv_pwm_get()149 …configuration->pulse = PWMPulseWidthGet(PWM1_BASE, PWM_OUT_2 + (uint32_t)(configuration->channel -… in drv_pwm_get()198 …PWMPulseWidthSet(PWM1_BASE, PWM_OUT_2 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set()
144 #define PWM_OUT_2 0x00000082 // Encoded offset address of PWM2 macro
97 (ulPWMOut == PWM_OUT_2) || (ulPWMOut == PWM_OUT_3) || in PWMOutValid()
157 #define PWM_OUT_2 0x00000082 // Encoded offset address of PWM2 macro
111 (ui32PWMOut == PWM_OUT_2) || (ui32PWMOut == PWM_OUT_3) || in _PWMOutValid()
156 #define PWM_OUT_2 0x00000082 // Encoded offset address of PWM2 macro
114 (ui32PWMOut == PWM_OUT_2) || (ui32PWMOut == PWM_OUT_3) || in _PWMOutValid()
Completed in 39 milliseconds