STM32L486xx HAL User Manual
Defines
TIM Output Fast State
TIM Exported Constants

Defines

#define TIM_OCFAST_DISABLE   0x00000000U
#define TIM_OCFAST_ENABLE   TIM_CCMR1_OC1FE

Define Documentation

#define TIM_OCFAST_DISABLE   0x00000000U

Output Compare fast disable

Definition at line 556 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIMEx_HallSensor_Init().

#define TIM_OCFAST_ENABLE   TIM_CCMR1_OC1FE

Output Compare fast enable

Definition at line 557 of file stm32l4xx_hal_tim.h.