STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for TIM Lock level:

Macros

#define TIM_LOCKLEVEL_OFF   0x00000000U
#define TIM_LOCKLEVEL_1   TIM_BDTR_LOCK_0
#define TIM_LOCKLEVEL_2   TIM_BDTR_LOCK_1
#define TIM_LOCKLEVEL_3   TIM_BDTR_LOCK

Detailed Description

Macro Definition Documentation

◆ TIM_LOCKLEVEL_1

#define TIM_LOCKLEVEL_1   TIM_BDTR_LOCK_0

LOCK Level 1

Definition at line 829 of file stm32f4xx_hal_tim.h.

◆ TIM_LOCKLEVEL_2

#define TIM_LOCKLEVEL_2   TIM_BDTR_LOCK_1

LOCK Level 2

Definition at line 830 of file stm32f4xx_hal_tim.h.

◆ TIM_LOCKLEVEL_3

#define TIM_LOCKLEVEL_3   TIM_BDTR_LOCK

LOCK Level 3

Definition at line 831 of file stm32f4xx_hal_tim.h.

◆ TIM_LOCKLEVEL_OFF

#define TIM_LOCKLEVEL_OFF   0x00000000U

LOCK OFF

Definition at line 828 of file stm32f4xx_hal_tim.h.