Question
What does the STM8 TIM3_BKRConfig() function do?
As a newbie I'm struggling to understand the following line of code:
TIM3_BKRConfig(TIM3_OSSIState_Enable,TIM3_LockLevel_1,TIM3_BreakState_Enable,TIM3_BreakPolarity_High,TIM3_AutomaticOutput_Enable);
Introductory material that I've found on timers/PWM doesn't go this far. What are the different arguments to this function? What is the function seeking to do?
Thanks in advance for any help.
