Macros
Collaboration diagram for TIM_Update_Source:

Macros

#define IS_TIM_UPDATE_SOURCE(SOURCE)
 
#define IS_TIM_UPDATE_SOURCE(SOURCE)
 
#define IS_TIM_UPDATE_SOURCE(SOURCE)
 
#define TIM_UpdateSource_Global   ((uint16_t)0x0000)
 
#define TIM_UpdateSource_Global   ((uint16_t)0x0000)
 
#define TIM_UpdateSource_Global   ((uint16_t)0x0000)
 
#define TIM_UpdateSource_Regular   ((uint16_t)0x0001)
 
#define TIM_UpdateSource_Regular   ((uint16_t)0x0001)
 
#define TIM_UpdateSource_Regular   ((uint16_t)0x0001)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_UPDATE_SOURCE [1/3]

#define IS_TIM_UPDATE_SOURCE (   SOURCE)
Value:
(((SOURCE) == TIM_UpdateSource_Global) || \
((SOURCE) == TIM_UpdateSource_Regular))
#define TIM_UpdateSource_Global
#define TIM_UpdateSource_Regular

Definition at line 820 of file stm32f4xx_tim.h.

◆ IS_TIM_UPDATE_SOURCE [2/3]

#define IS_TIM_UPDATE_SOURCE (   SOURCE)
Value:
(((SOURCE) == TIM_UpdateSource_Global) || \
((SOURCE) == TIM_UpdateSource_Regular))
#define TIM_UpdateSource_Global
#define TIM_UpdateSource_Regular

Definition at line 868 of file stm32f10x_tim.h.

◆ IS_TIM_UPDATE_SOURCE [3/3]

#define IS_TIM_UPDATE_SOURCE (   SOURCE)
Value:
(((SOURCE) == TIM_UpdateSource_Global) || \
((SOURCE) == TIM_UpdateSource_Regular))
#define TIM_UpdateSource_Global
#define TIM_UpdateSource_Regular

Definition at line 920 of file stm32f30x_tim.h.

◆ TIM_UpdateSource_Global [1/3]

#define TIM_UpdateSource_Global   ((uint16_t)0x0000)

Source of update is the counter overflow/underflow or the setting of UG bit, or an update generation through the slave mode controller.

Definition at line 814 of file stm32f4xx_tim.h.

◆ TIM_UpdateSource_Global [2/3]

#define TIM_UpdateSource_Global   ((uint16_t)0x0000)

Source of update is the counter overflow/underflow or the setting of UG bit, or an update generation through the slave mode controller.

Definition at line 862 of file stm32f10x_tim.h.

◆ TIM_UpdateSource_Global [3/3]

#define TIM_UpdateSource_Global   ((uint16_t)0x0000)

Source of update is the counter overflow/underflow or the setting of UG bit, or an update generation through the slave mode controller.

Definition at line 914 of file stm32f30x_tim.h.

◆ TIM_UpdateSource_Regular [1/3]

#define TIM_UpdateSource_Regular   ((uint16_t)0x0001)

Source of update is counter overflow/underflow.

Definition at line 819 of file stm32f4xx_tim.h.

◆ TIM_UpdateSource_Regular [2/3]

#define TIM_UpdateSource_Regular   ((uint16_t)0x0001)

Source of update is counter overflow/underflow.

Definition at line 867 of file stm32f10x_tim.h.

◆ TIM_UpdateSource_Regular [3/3]

#define TIM_UpdateSource_Regular   ((uint16_t)0x0001)

Source of update is counter overflow/underflow.

Definition at line 919 of file stm32f30x_tim.h.



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