STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define TIM_LOCKLEVEL_OFF   ((uint32_t)0x0000U)
 
#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

#define TIM_LOCKLEVEL_1   (TIM_BDTR_LOCK_0)

Definition at line 636 of file stm32f7xx_hal_tim.h.

#define TIM_LOCKLEVEL_2   (TIM_BDTR_LOCK_1)

Definition at line 637 of file stm32f7xx_hal_tim.h.

#define TIM_LOCKLEVEL_3   (TIM_BDTR_LOCK)

Definition at line 638 of file stm32f7xx_hal_tim.h.

#define TIM_LOCKLEVEL_OFF   ((uint32_t)0x0000U)

Definition at line 635 of file stm32f7xx_hal_tim.h.