libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Trigger 1 Remap. More...
Macros | |
#define | TIM2_OR_ITR1_RMP_TIM8_TRGOU (0x0 << 10) |
Internal Trigger 1 remapped to timer 8 trigger out. More... | |
#define | TIM2_OR_ITR1_RMP_PTP (0x1 << 10) |
Internal Trigger 1 remapped to PTP trigger out. More... | |
#define | TIM2_OR_ITR1_RMP_OTG_FS_SOF (0x2 << 10) |
Internal Trigger 1 remapped to USB OTG FS SOF. More... | |
#define | TIM2_OR_ITR1_RMP_OTG_HS_SOF (0x3 << 10) |
Internal Trigger 1 remapped to USB OTG HS SOF. More... | |
Trigger 1 Remap.
Only available in F2 and F4 series.
#define TIM2_OR_ITR1_RMP_OTG_FS_SOF (0x2 << 10) |
Internal Trigger 1 remapped to USB OTG FS SOF.
Definition at line 59 of file timer_common_f24.h.
#define TIM2_OR_ITR1_RMP_OTG_HS_SOF (0x3 << 10) |
Internal Trigger 1 remapped to USB OTG HS SOF.
Definition at line 61 of file timer_common_f24.h.
#define TIM2_OR_ITR1_RMP_PTP (0x1 << 10) |
Internal Trigger 1 remapped to PTP trigger out.
Definition at line 57 of file timer_common_f24.h.
#define TIM2_OR_ITR1_RMP_TIM8_TRGOU (0x0 << 10) |
Internal Trigger 1 remapped to timer 8 trigger out.
Definition at line 55 of file timer_common_f24.h.