libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | TIM_CR2_OIS4 (1 << 14) |
Output idle state 4 (OC4 output) More... | |
#define | TIM_CR2_OIS3N (1 << 13) |
Output idle state 3 (OC3N output) More... | |
#define | TIM_CR2_OIS3 (1 << 12) |
Output idle state 3 (OC3 output) More... | |
#define | TIM_CR2_OIS2N (1 << 11) |
Output idle state 2 (OC2N output) More... | |
#define | TIM_CR2_OIS2 (1 << 10) |
Output idle state 2 (OC2 output) More... | |
#define | TIM_CR2_OIS1N (1 << 9) |
Output idle state 1 (OC1N output) More... | |
#define | TIM_CR2_OIS1 (1 << 8) |
Output idle state 1 (OC1 output) More... | |
#define | TIM_CR2_OIS_MASK (0x7f << 8) |
#define TIM_CR2_OIS1 (1 << 8) |
Output idle state 1 (OC1 output)
Definition at line 456 of file timer_common_all.h.
#define TIM_CR2_OIS1N (1 << 9) |
Output idle state 1 (OC1N output)
Definition at line 453 of file timer_common_all.h.
#define TIM_CR2_OIS2 (1 << 10) |
Output idle state 2 (OC2 output)
Definition at line 450 of file timer_common_all.h.
#define TIM_CR2_OIS2N (1 << 11) |
Output idle state 2 (OC2N output)
Definition at line 447 of file timer_common_all.h.
#define TIM_CR2_OIS3 (1 << 12) |
Output idle state 3 (OC3 output)
Definition at line 444 of file timer_common_all.h.
#define TIM_CR2_OIS3N (1 << 13) |
Output idle state 3 (OC3N output)
Definition at line 441 of file timer_common_all.h.
#define TIM_CR2_OIS4 (1 << 14) |
Output idle state 4 (OC4 output)
Definition at line 438 of file timer_common_all.h.
#define TIM_CR2_OIS_MASK (0x7f << 8) |
Definition at line 457 of file timer_common_all.h.