libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | TIM_EGR_BG (1 << 7) |
Break generation. More... | |
#define | TIM_EGR_TG (1 << 6) |
Trigger generation. More... | |
#define | TIM_EGR_COMG (1 << 5) |
Capture/compare control update generation. More... | |
#define | TIM_EGR_CC4G (1 << 4) |
Capture/compare 4 generation. More... | |
#define | TIM_EGR_CC3G (1 << 3) |
Capture/compare 3 generation. More... | |
#define | TIM_EGR_CC2G (1 << 2) |
Capture/compare 2 generation. More... | |
#define | TIM_EGR_CC1G (1 << 1) |
Capture/compare 1 generation. More... | |
#define | TIM_EGR_UG (1 << 0) |
Update generation. More... | |
#define TIM_EGR_BG (1 << 7) |
Break generation.
Definition at line 677 of file timer_common_all.h.
#define TIM_EGR_CC1G (1 << 1) |
Capture/compare 1 generation.
Definition at line 695 of file timer_common_all.h.
#define TIM_EGR_CC2G (1 << 2) |
Capture/compare 2 generation.
Definition at line 692 of file timer_common_all.h.
#define TIM_EGR_CC3G (1 << 3) |
Capture/compare 3 generation.
Definition at line 689 of file timer_common_all.h.
#define TIM_EGR_CC4G (1 << 4) |
Capture/compare 4 generation.
Definition at line 686 of file timer_common_all.h.
#define TIM_EGR_COMG (1 << 5) |
Capture/compare control update generation.
Definition at line 683 of file timer_common_all.h.
#define TIM_EGR_TG (1 << 6) |
Trigger generation.
Definition at line 680 of file timer_common_all.h.
#define TIM_EGR_UG (1 << 0) |
Update generation.
Definition at line 698 of file timer_common_all.h.