Public Attributes | List of all members

TIM Time Base Init structure definition. More...

#include <stm32f4xx_tim.h>

Public Attributes

uint16_t TIM_ClockDivision
 
uint16_t TIM_CounterMode
 
uint16_t TIM_Period
 
uint32_t TIM_Period
 
uint16_t TIM_Prescaler
 
uint8_t TIM_RepetitionCounter
 
uint16_t TIM_RepetitionCounter
 

Detailed Description

TIM Time Base Init structure definition.

Note
This structure is used with all TIMx except for TIM6 and TIM7.

Definition at line 55 of file stm32f4xx_tim.h.

Member Data Documentation

uint16_t TIM_TimeBaseInitTypeDef::TIM_Period

Specifies the period value to be loaded into the active Auto-Reload Register at the next update event. This parameter must be a number between 0x0000 and 0xFFFF.

Definition at line 59 of file stm32f10x_tim.h.

uint8_t TIM_TimeBaseInitTypeDef::TIM_RepetitionCounter

Specifies the repetition counter value. Each time the RCR downcounter reaches zero, an update event is generated and counting restarts from the RCR value (N). This means in PWM mode that (N+1) corresponds to:

  • the number of PWM periods in edge-aligned mode
  • the number of half PWM period in center-aligned mode This parameter must be a number between 0x00 and 0xFF.
    Note
    This parameter is valid only for TIM1 and TIM8.

Definition at line 70 of file stm32f4xx_tim.h.


The documentation for this struct was generated from the following files:


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:58