Home
last modified time | relevance | path

Searched refs:InSelection (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_pwm.c471 void PWM_ILineConfig(uint32_t InSelection, uint32_t ILine) in PWM_ILineConfig() argument
478 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()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_pwm.h248 void PWM_ILineConfig(uint32_t InSelection, uint32_t ILine);

Completed in 7 milliseconds