doc: stm32l1: timer: fix params, missing groupings

This commit is contained in:
Karl Palsson
2019-06-17 20:37:09 +00:00
parent c28a5a81cf
commit 2d0d29d946
2 changed files with 7 additions and 9 deletions

View File

@@ -38,8 +38,7 @@
Set timer options register on TIM2 or TIM3, used for trigger remapping.
@param[in] timer_peripheral Unsigned int32. Timer register address base
@returns Unsigned int32. Option flags TIM2: @ref tim2_opt_trigger_remap, TIM3:
@ref tim3_opt_trigger_remap.
@param[in] option Desired option @ref tim2_opt_trigger_remap and @ref tim3_opt_trigger_remap
*/
void timer_set_option(uint32_t timer_peripheral, uint32_t option)