HAL
TIM_CLEARINPUTPRESCALER_DIV1 is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALTIM_CLEARINPUTPRESCALER_DIV1

TIM_CLEARINPUTPRESCALER_DIV1 macro

No prescaler is used

Syntax

#define TIM_CLEARINPUTPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1

References

LocationText
stm32f4xx_hal_tim.h:799
#define TIM_CLEARINPUTPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 /*!< No prescaler is used */
stm32f4xx_hal_tim.c:5206
if (sClearInputConfig->ClearInputPrescaler != TIM_CLEARINPUTPRESCALER_DIV1)
stm32f4xx_hal_tim.h:1691
#define IS_TIM_CLEARINPUT_PRESCALER(__PRESCALER__) (((__PRESCALER__) == TIM_CLEARINPUTPRESCALER_DIV1) || \