Searched refs:PWM_OUT_6 (Results 1 – 13 of 13) sorted by relevance
141 …configuration->pulse = PWMPulseWidthGet(PWM0_BASE, PWM_OUT_6 + (uint32_t)(configuration->channel -… in drv_pwm_get()157 …configuration->pulse = PWMPulseWidthGet(PWM1_BASE, PWM_OUT_6 + (uint32_t)(configuration->channel -… in drv_pwm_get()208 …PWMPulseWidthSet(PWM1_BASE, PWM_OUT_6 + (uint32_t)(configuration->channel - 1), configuration->pul… in drv_pwm_set()
148 #define PWM_OUT_6 0x00000106 // Encoded offset address of PWM6 macro
99 (ulPWMOut == PWM_OUT_6) || (ulPWMOut == PWM_OUT_7)); in PWMOutValid()
161 #define PWM_OUT_6 0x00000106 // Encoded offset address of PWM6 macro
113 (ui32PWMOut == PWM_OUT_6) || (ui32PWMOut == PWM_OUT_7)); in _PWMOutValid()
160 #define PWM_OUT_6 0x00000106 // Encoded offset address of PWM6 macro
116 (ui32PWMOut == PWM_OUT_6) || (ui32PWMOut == PWM_OUT_7)); in _PWMOutValid()
Completed in 47 milliseconds