Searched refs:InSelection (Results 1 – 2 of 2) sorted by relevance
471 void PWM_ILineConfig(uint32_t InSelection, uint32_t ILine) in PWM_ILineConfig() argument478 assert_parameters(IS_PWM_INSEL(InSelection)); in PWM_ILineConfig()480 addr = &PWM_SEL->I_SEL01 + ((InSelection&0xF00)>>8); in PWM_ILineConfig()482 tmp &= ~( 3 << (InSelection&0xFF)); in PWM_ILineConfig()483 tmp |= (ILine << (InSelection&0xFF)); in PWM_ILineConfig()
248 void PWM_ILineConfig(uint32_t InSelection, uint32_t ILine);
Completed in 7 milliseconds