STM32F439xx HAL User Manual
Defines
Lock Level
TIM Exported Constants

Defines

#define LL_TIM_LOCKLEVEL_OFF   0x00000000U
#define LL_TIM_LOCKLEVEL_1   TIM_BDTR_LOCK_0
#define LL_TIM_LOCKLEVEL_2   TIM_BDTR_LOCK_1
#define LL_TIM_LOCKLEVEL_3   TIM_BDTR_LOCK

Define Documentation

#define LL_TIM_LOCKLEVEL_1   TIM_BDTR_LOCK_0

LOCK Level 1

Definition at line 586 of file stm32f4xx_ll_tim.h.

#define LL_TIM_LOCKLEVEL_2   TIM_BDTR_LOCK_1

LOCK Level 2

Definition at line 587 of file stm32f4xx_ll_tim.h.

#define LL_TIM_LOCKLEVEL_3   TIM_BDTR_LOCK

LOCK Level 3

Definition at line 588 of file stm32f4xx_ll_tim.h.

#define LL_TIM_LOCKLEVEL_OFF   0x00000000U

LOCK OFF - No bit is write protected

Definition at line 585 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().