libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
TIM_BDTR_LOCK Timer Lock Values
Collaboration diagram for TIM_BDTR_LOCK Timer Lock Values:

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)
 

Detailed Description

Macro Definition Documentation

◆ TIM_BDTR_LOCK_LEVEL_1

#define TIM_BDTR_LOCK_LEVEL_1   (0x1 << 8)

Definition at line 1037 of file timer_common_all.h.

◆ TIM_BDTR_LOCK_LEVEL_2

#define TIM_BDTR_LOCK_LEVEL_2   (0x2 << 8)

Definition at line 1038 of file timer_common_all.h.

◆ TIM_BDTR_LOCK_LEVEL_3

#define TIM_BDTR_LOCK_LEVEL_3   (0x3 << 8)

Definition at line 1039 of file timer_common_all.h.

◆ TIM_BDTR_LOCK_MASK

#define TIM_BDTR_LOCK_MASK   (0x3 << 8)

Definition at line 1040 of file timer_common_all.h.

◆ TIM_BDTR_LOCK_OFF

#define TIM_BDTR_LOCK_OFF   (0x0 << 8)

Definition at line 1036 of file timer_common_all.h.