libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
TIMx_SMCR TS Trigger selection
Collaboration diagram for TIMx_SMCR TS Trigger selection:

Macros

#define TIM_SMCR_TS_ITR0   (0x0 << 4)
 Internal Trigger 0 (ITR0) More...
 
#define TIM_SMCR_TS_ITR1   (0x1 << 4)
 Internal Trigger 1 (ITR1) More...
 
#define TIM_SMCR_TS_ITR2   (0x2 << 4)
 Internal Trigger 2 (ITR2) More...
 
#define TIM_SMCR_TS_ITR3   (0x3 << 4)
 Internal Trigger 3 (ITR3) More...
 
#define TIM_SMCR_TS_TI1F_ED   (0x4 << 4)
 TI1 Edge Detector (TI1F_ED) More...
 
#define TIM_SMCR_TS_TI1FP1   (0x5 << 4)
 Filtered Timer Input 1 (TI1FP1) More...
 
#define TIM_SMCR_TS_TI2FP2   (0x6 << 4)
 Filtered Timer Input 2 (TI2FP2) More...
 
#define TIM_SMCR_TS_ETRF   (0x7 << 4)
 External Trigger input (ETRF) More...
 
#define TIM_SMCR_TS_MASK   (0x7 << 4)
 

Detailed Description

Macro Definition Documentation

◆ TIM_SMCR_TS_ETRF

#define TIM_SMCR_TS_ETRF   (0x7 << 4)

External Trigger input (ETRF)

Definition at line 542 of file timer_common_all.h.

◆ TIM_SMCR_TS_ITR0

#define TIM_SMCR_TS_ITR0   (0x0 << 4)

Internal Trigger 0 (ITR0)

Definition at line 528 of file timer_common_all.h.

◆ TIM_SMCR_TS_ITR1

#define TIM_SMCR_TS_ITR1   (0x1 << 4)

Internal Trigger 1 (ITR1)

Definition at line 530 of file timer_common_all.h.

◆ TIM_SMCR_TS_ITR2

#define TIM_SMCR_TS_ITR2   (0x2 << 4)

Internal Trigger 2 (ITR2)

Definition at line 532 of file timer_common_all.h.

◆ TIM_SMCR_TS_ITR3

#define TIM_SMCR_TS_ITR3   (0x3 << 4)

Internal Trigger 3 (ITR3)

Definition at line 534 of file timer_common_all.h.

◆ TIM_SMCR_TS_MASK

#define TIM_SMCR_TS_MASK   (0x7 << 4)

Definition at line 543 of file timer_common_all.h.

◆ TIM_SMCR_TS_TI1F_ED

#define TIM_SMCR_TS_TI1F_ED   (0x4 << 4)

TI1 Edge Detector (TI1F_ED)

Definition at line 536 of file timer_common_all.h.

◆ TIM_SMCR_TS_TI1FP1

#define TIM_SMCR_TS_TI1FP1   (0x5 << 4)

Filtered Timer Input 1 (TI1FP1)

Definition at line 538 of file timer_common_all.h.

◆ TIM_SMCR_TS_TI2FP2

#define TIM_SMCR_TS_TI2FP2   (0x6 << 4)

Filtered Timer Input 2 (TI2FP2)

Definition at line 540 of file timer_common_all.h.