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

TIM_CLOCKPRESCALER_DIV2 macro

Prescaler for External ETR Clock: Capture performed once every 2 events.

Syntax

#define TIM_CLOCKPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2

References

LocationText
stm32f4xx_hal_tim.h:780
#define TIM_CLOCKPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 /*!< Prescaler for External ETR Clock: Capture performed once every 2 events. */
stm32f4xx_hal_tim.h:1682
((__PRESCALER__) == TIM_CLOCKPRESCALER_DIV2) || \