libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
TIM3_OR Timer 3 Internal Trigger 2 Remap
Collaboration diagram for TIM3_OR Timer 3 Internal Trigger 2 Remap:

Macros

#define TIM3_OR_ITR2_RMP_TIM8_TRGOU   (0x0 << 0)
 Internal Trigger 1 remapped to timer 11 output compare. More...
 
#define TIM3_OR_ITR2_RMP_PTP   (0x1 << 0)
 Internal Trigger 1 remapped to timer 5 TGO. More...
 

Detailed Description

Macro Definition Documentation

◆ TIM3_OR_ITR2_RMP_PTP

#define TIM3_OR_ITR2_RMP_PTP   (0x1 << 0)

Internal Trigger 1 remapped to timer 5 TGO.

Definition at line 72 of file l1/timer.h.

◆ TIM3_OR_ITR2_RMP_TIM8_TRGOU

#define TIM3_OR_ITR2_RMP_TIM8_TRGOU   (0x0 << 0)

Internal Trigger 1 remapped to timer 11 output compare.

Definition at line 70 of file l1/timer.h.