Home
last modified time | relevance | path

Searched refs:OutSelection (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_pwm.c383 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine) in PWM_OLineConfig() argument
390 assert_parameters(IS_PWM_OUTSEL(OutSelection)); in PWM_OLineConfig()
398 tmp |= (OutSelection << (position * 4)); in PWM_OLineConfig()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_pwm.c366 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine) in PWM_OLineConfig() argument
373 assert_parameters(IS_PWM_OUTSEL(OutSelection)); in PWM_OLineConfig()
381 tmp |= (OutSelection << (position * 4)); in PWM_OLineConfig()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_pwm.h168 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_pwm.h245 void PWM_OLineConfig(uint32_t OutSelection, uint32_t OLine);

Completed in 7 milliseconds