TIM Mode

group TIM_Mode

Defines

IS_TIM_MODE(mode)

Check if the input parameter is valid.

Enums

enum TIMMode_TypeDef

Values:

enumerator TIM_Mode_FreeRun

Select the TIM mode as Free-running mode. In free-running mode, the TIM counts down from 0xFFFFFFFF.

enumerator TIM_Mode_UserDefine

Select the TIM mode as User-defined mode. In user-defined mode, the TIM counts down from the value set by TIM_Period in TIM_TimeBaseInitTypeDef.