Macros
Collaboration diagram for TIM_Input_Capture_Polarity:

Macros

#define IS_TIM_IC_POLARITY(POLARITY)
 
#define IS_TIM_IC_POLARITY(POLARITY)
 
#define IS_TIM_IC_POLARITY(POLARITY)
 
#define IS_TIM_IC_POLARITY_LITE(POLARITY)
 
#define TIM_ICPolarity_BothEdge   ((uint16_t)0x000A)
 
#define TIM_ICPolarity_BothEdge   ((uint16_t)0x000A)
 
#define TIM_ICPolarity_BothEdge   ((uint16_t)0x000A)
 
#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)
 
#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)
 
#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)
 
#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)
 
#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)
 
#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_IC_POLARITY [1/3]

#define IS_TIM_IC_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_ICPolarity_Rising) || \
((POLARITY) == TIM_ICPolarity_Falling)|| \
((POLARITY) == TIM_ICPolarity_BothEdge))
#define TIM_ICPolarity_Falling
#define TIM_ICPolarity_BothEdge
#define TIM_ICPolarity_Rising

Definition at line 510 of file stm32f4xx_tim.h.

◆ IS_TIM_IC_POLARITY [2/3]

#define IS_TIM_IC_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_ICPolarity_Rising) || \
((POLARITY) == TIM_ICPolarity_Falling))
#define TIM_ICPolarity_Falling
#define TIM_ICPolarity_Rising

Definition at line 556 of file stm32f10x_tim.h.

◆ IS_TIM_IC_POLARITY [3/3]

#define IS_TIM_IC_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_ICPolarity_Rising) || \
((POLARITY) == TIM_ICPolarity_Falling)|| \
((POLARITY) == TIM_ICPolarity_BothEdge))
#define TIM_ICPolarity_Falling
#define TIM_ICPolarity_BothEdge
#define TIM_ICPolarity_Rising

Definition at line 603 of file stm32f30x_tim.h.

◆ IS_TIM_IC_POLARITY_LITE

#define IS_TIM_IC_POLARITY_LITE (   POLARITY)
Value:
(((POLARITY) == TIM_ICPolarity_Rising) || \
((POLARITY) == TIM_ICPolarity_Falling)|| \
((POLARITY) == TIM_ICPolarity_BothEdge))
#define TIM_ICPolarity_Falling
#define TIM_ICPolarity_BothEdge
#define TIM_ICPolarity_Rising

Definition at line 558 of file stm32f10x_tim.h.

◆ TIM_ICPolarity_BothEdge [1/3]

#define TIM_ICPolarity_BothEdge   ((uint16_t)0x000A)

Definition at line 509 of file stm32f4xx_tim.h.

◆ TIM_ICPolarity_BothEdge [2/3]

#define TIM_ICPolarity_BothEdge   ((uint16_t)0x000A)

Definition at line 555 of file stm32f10x_tim.h.

◆ TIM_ICPolarity_BothEdge [3/3]

#define TIM_ICPolarity_BothEdge   ((uint16_t)0x000A)

Definition at line 602 of file stm32f30x_tim.h.

◆ TIM_ICPolarity_Falling [1/3]

#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)

Definition at line 508 of file stm32f4xx_tim.h.

◆ TIM_ICPolarity_Falling [2/3]

#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)

Definition at line 554 of file stm32f10x_tim.h.

◆ TIM_ICPolarity_Falling [3/3]

#define TIM_ICPolarity_Falling   ((uint16_t)0x0002)

Definition at line 601 of file stm32f30x_tim.h.

◆ TIM_ICPolarity_Rising [1/3]

#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)

Definition at line 507 of file stm32f4xx_tim.h.

◆ TIM_ICPolarity_Rising [2/3]

#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)

Definition at line 553 of file stm32f10x_tim.h.

◆ TIM_ICPolarity_Rising [3/3]

#define TIM_ICPolarity_Rising   ((uint16_t)0x0000)

Definition at line 600 of file stm32f30x_tim.h.



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