Macros
Collaboration diagram for TIM_Counter_Mode:

Macros

#define IS_TIM_COUNTER_MODE(MODE)
 
#define IS_TIM_COUNTER_MODE(MODE)
 
#define IS_TIM_COUNTER_MODE(MODE)
 
#define TIM_CounterMode_CenterAligned1   ((uint16_t)0x0020)
 
#define TIM_CounterMode_CenterAligned1   ((uint16_t)0x0020)
 
#define TIM_CounterMode_CenterAligned1   ((uint16_t)0x0020)
 
#define TIM_CounterMode_CenterAligned2   ((uint16_t)0x0040)
 
#define TIM_CounterMode_CenterAligned2   ((uint16_t)0x0040)
 
#define TIM_CounterMode_CenterAligned2   ((uint16_t)0x0040)
 
#define TIM_CounterMode_CenterAligned3   ((uint16_t)0x0060)
 
#define TIM_CounterMode_CenterAligned3   ((uint16_t)0x0060)
 
#define TIM_CounterMode_CenterAligned3   ((uint16_t)0x0060)
 
#define TIM_CounterMode_Down   ((uint16_t)0x0010)
 
#define TIM_CounterMode_Down   ((uint16_t)0x0010)
 
#define TIM_CounterMode_Down   ((uint16_t)0x0010)
 
#define TIM_CounterMode_Up   ((uint16_t)0x0000)
 
#define TIM_CounterMode_Up   ((uint16_t)0x0000)
 
#define TIM_CounterMode_Up   ((uint16_t)0x0000)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_COUNTER_MODE [1/3]

#define IS_TIM_COUNTER_MODE (   MODE)
Value:
(((MODE) == TIM_CounterMode_Up) || \
((MODE) == TIM_CounterMode_Down) || \
#define TIM_CounterMode_CenterAligned3
#define TIM_CounterMode_Down
#define TIM_CounterMode_CenterAligned2
#define TIM_CounterMode_CenterAligned1
#define TIM_CounterMode_Up

Definition at line 322 of file stm32f4xx_tim.h.

◆ IS_TIM_COUNTER_MODE [2/3]

#define IS_TIM_COUNTER_MODE (   MODE)
Value:
(((MODE) == TIM_CounterMode_Up) || \
((MODE) == TIM_CounterMode_Down) || \
#define TIM_CounterMode_CenterAligned3
#define TIM_CounterMode_Down
#define TIM_CounterMode_CenterAligned2
#define TIM_CounterMode_CenterAligned1
#define TIM_CounterMode_Up

Definition at line 349 of file stm32f30x_tim.h.

◆ IS_TIM_COUNTER_MODE [3/3]

#define IS_TIM_COUNTER_MODE (   MODE)
Value:
(((MODE) == TIM_CounterMode_Up) || \
((MODE) == TIM_CounterMode_Down) || \
#define TIM_CounterMode_CenterAligned3
#define TIM_CounterMode_Down
#define TIM_CounterMode_CenterAligned2
#define TIM_CounterMode_CenterAligned1
#define TIM_CounterMode_Up

Definition at line 368 of file stm32f10x_tim.h.

◆ TIM_CounterMode_CenterAligned1 [1/3]

#define TIM_CounterMode_CenterAligned1   ((uint16_t)0x0020)

Definition at line 319 of file stm32f4xx_tim.h.

◆ TIM_CounterMode_CenterAligned1 [2/3]

#define TIM_CounterMode_CenterAligned1   ((uint16_t)0x0020)

Definition at line 346 of file stm32f30x_tim.h.

◆ TIM_CounterMode_CenterAligned1 [3/3]

#define TIM_CounterMode_CenterAligned1   ((uint16_t)0x0020)

Definition at line 365 of file stm32f10x_tim.h.

◆ TIM_CounterMode_CenterAligned2 [1/3]

#define TIM_CounterMode_CenterAligned2   ((uint16_t)0x0040)

Definition at line 320 of file stm32f4xx_tim.h.

◆ TIM_CounterMode_CenterAligned2 [2/3]

#define TIM_CounterMode_CenterAligned2   ((uint16_t)0x0040)

Definition at line 347 of file stm32f30x_tim.h.

◆ TIM_CounterMode_CenterAligned2 [3/3]

#define TIM_CounterMode_CenterAligned2   ((uint16_t)0x0040)

Definition at line 366 of file stm32f10x_tim.h.

◆ TIM_CounterMode_CenterAligned3 [1/3]

#define TIM_CounterMode_CenterAligned3   ((uint16_t)0x0060)

Definition at line 321 of file stm32f4xx_tim.h.

◆ TIM_CounterMode_CenterAligned3 [2/3]

#define TIM_CounterMode_CenterAligned3   ((uint16_t)0x0060)

Definition at line 348 of file stm32f30x_tim.h.

◆ TIM_CounterMode_CenterAligned3 [3/3]

#define TIM_CounterMode_CenterAligned3   ((uint16_t)0x0060)

Definition at line 367 of file stm32f10x_tim.h.

◆ TIM_CounterMode_Down [1/3]

#define TIM_CounterMode_Down   ((uint16_t)0x0010)

Definition at line 318 of file stm32f4xx_tim.h.

◆ TIM_CounterMode_Down [2/3]

#define TIM_CounterMode_Down   ((uint16_t)0x0010)

Definition at line 345 of file stm32f30x_tim.h.

◆ TIM_CounterMode_Down [3/3]

#define TIM_CounterMode_Down   ((uint16_t)0x0010)

Definition at line 364 of file stm32f10x_tim.h.

◆ TIM_CounterMode_Up [1/3]

#define TIM_CounterMode_Up   ((uint16_t)0x0000)

Definition at line 317 of file stm32f4xx_tim.h.

◆ TIM_CounterMode_Up [2/3]

#define TIM_CounterMode_Up   ((uint16_t)0x0000)

Definition at line 344 of file stm32f30x_tim.h.

◆ TIM_CounterMode_Up [3/3]

#define TIM_CounterMode_Up   ((uint16_t)0x0000)

Definition at line 363 of file stm32f10x_tim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:15