Searched refs:OutSelection (Results 1 – 4 of 4) sorted by relevance
383 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine) in PWM_OLineConfig() argument390 assert_parameters(IS_PWM_OUTSEL(OutSelection)); in PWM_OLineConfig()398 tmp |= (OutSelection << (position * 4)); in PWM_OLineConfig()
366 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine) in PWM_OLineConfig() argument373 assert_parameters(IS_PWM_OUTSEL(OutSelection)); in PWM_OLineConfig()381 tmp |= (OutSelection << (position * 4)); in PWM_OLineConfig()
168 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine);
245 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine);
Completed in 7 milliseconds