libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | TIM_BDTR_LOCK_OFF (0x0 << 8) |
#define | TIM_BDTR_LOCK_LEVEL_1 (0x1 << 8) |
#define | TIM_BDTR_LOCK_LEVEL_2 (0x2 << 8) |
#define | TIM_BDTR_LOCK_LEVEL_3 (0x3 << 8) |
#define | TIM_BDTR_LOCK_MASK (0x3 << 8) |
#define TIM_BDTR_LOCK_LEVEL_1 (0x1 << 8) |
Definition at line 1037 of file timer_common_all.h.
#define TIM_BDTR_LOCK_LEVEL_2 (0x2 << 8) |
Definition at line 1038 of file timer_common_all.h.
#define TIM_BDTR_LOCK_LEVEL_3 (0x3 << 8) |
Definition at line 1039 of file timer_common_all.h.
#define TIM_BDTR_LOCK_MASK (0x3 << 8) |
Definition at line 1040 of file timer_common_all.h.
#define TIM_BDTR_LOCK_OFF (0x0 << 8) |
Definition at line 1036 of file timer_common_all.h.