HAL
LL_TIM_LOCKLEVEL_OFF is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_TIM_LOCKLEVEL_OFF macro

LOCK OFF - No bit is write protected

Syntax

#define LL_TIM_LOCKLEVEL_OFF 0x00000000U

References

LocationText
stm32f4xx_ll_tim.h:614
#define LL_TIM_LOCKLEVEL_OFF 0x00000000U /*!< LOCK OFF - No bit is write protected */
stm32f4xx_ll_tim.c:669
TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF;