Macros
Collaboration diagram for TIM_Input_Capture_Selection:

Macros

#define IS_TIM_IC_SELECTION(SELECTION)
 
#define IS_TIM_IC_SELECTION(SELECTION)
 
#define IS_TIM_IC_SELECTION(SELECTION)
 
#define TIM_ICSelection_DirectTI   ((uint16_t)0x0001)
 
#define TIM_ICSelection_DirectTI   ((uint16_t)0x0001)
 
#define TIM_ICSelection_DirectTI   ((uint16_t)0x0001)
 
#define TIM_ICSelection_IndirectTI   ((uint16_t)0x0002)
 
#define TIM_ICSelection_IndirectTI   ((uint16_t)0x0002)
 
#define TIM_ICSelection_IndirectTI   ((uint16_t)0x0002)
 
#define TIM_ICSelection_TRC   ((uint16_t)0x0003)
 
#define TIM_ICSelection_TRC   ((uint16_t)0x0003)
 
#define TIM_ICSelection_TRC   ((uint16_t)0x0003)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_IC_SELECTION [1/3]

#define IS_TIM_IC_SELECTION (   SELECTION)
Value:
(((SELECTION) == TIM_ICSelection_DirectTI) || \
((SELECTION) == TIM_ICSelection_IndirectTI) || \
((SELECTION) == TIM_ICSelection_TRC))
#define TIM_ICSelection_DirectTI
#define TIM_ICSelection_IndirectTI
#define TIM_ICSelection_TRC

Definition at line 528 of file stm32f4xx_tim.h.

◆ IS_TIM_IC_SELECTION [2/3]

#define IS_TIM_IC_SELECTION (   SELECTION)
Value:
(((SELECTION) == TIM_ICSelection_DirectTI) || \
((SELECTION) == TIM_ICSelection_IndirectTI) || \
((SELECTION) == TIM_ICSelection_TRC))
#define TIM_ICSelection_DirectTI
#define TIM_ICSelection_IndirectTI
#define TIM_ICSelection_TRC

Definition at line 576 of file stm32f10x_tim.h.

◆ IS_TIM_IC_SELECTION [3/3]

#define IS_TIM_IC_SELECTION (   SELECTION)
Value:
(((SELECTION) == TIM_ICSelection_DirectTI) || \
((SELECTION) == TIM_ICSelection_IndirectTI) || \
((SELECTION) == TIM_ICSelection_TRC))
#define TIM_ICSelection_DirectTI
#define TIM_ICSelection_IndirectTI
#define TIM_ICSelection_TRC

Definition at line 621 of file stm32f30x_tim.h.

◆ TIM_ICSelection_DirectTI [1/3]

#define TIM_ICSelection_DirectTI   ((uint16_t)0x0001)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC1, IC2, IC3 or IC4, respectively

Definition at line 521 of file stm32f4xx_tim.h.

◆ TIM_ICSelection_DirectTI [2/3]

#define TIM_ICSelection_DirectTI   ((uint16_t)0x0001)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC1, IC2, IC3 or IC4, respectively

Definition at line 569 of file stm32f10x_tim.h.

◆ TIM_ICSelection_DirectTI [3/3]

#define TIM_ICSelection_DirectTI   ((uint16_t)0x0001)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC1, IC2, IC3 or IC4, respectively

Definition at line 614 of file stm32f30x_tim.h.

◆ TIM_ICSelection_IndirectTI [1/3]

#define TIM_ICSelection_IndirectTI   ((uint16_t)0x0002)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC2, IC1, IC4 or IC3, respectively.

Definition at line 524 of file stm32f4xx_tim.h.

◆ TIM_ICSelection_IndirectTI [2/3]

#define TIM_ICSelection_IndirectTI   ((uint16_t)0x0002)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC2, IC1, IC4 or IC3, respectively.

Definition at line 572 of file stm32f10x_tim.h.

◆ TIM_ICSelection_IndirectTI [3/3]

#define TIM_ICSelection_IndirectTI   ((uint16_t)0x0002)

TIM Input 1, 2, 3 or 4 is selected to be connected to IC2, IC1, IC4 or IC3, respectively.

Definition at line 617 of file stm32f30x_tim.h.

◆ TIM_ICSelection_TRC [1/3]

#define TIM_ICSelection_TRC   ((uint16_t)0x0003)

TIM Input 1, 2, 3 or 4 is selected to be connected to TRC.

Definition at line 527 of file stm32f4xx_tim.h.

◆ TIM_ICSelection_TRC [2/3]

#define TIM_ICSelection_TRC   ((uint16_t)0x0003)

TIM Input 1, 2, 3 or 4 is selected to be connected to TRC.

Definition at line 575 of file stm32f10x_tim.h.

◆ TIM_ICSelection_TRC [3/3]

#define TIM_ICSelection_TRC   ((uint16_t)0x0003)

TIM Input 1, 2, 3 or 4 is selected to be connected to TRC.

Definition at line 620 of file stm32f30x_tim.h.



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