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

TIM_CLOCKPRESCALER_DIV4 macro

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

Syntax

#define TIM_CLOCKPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4

References

LocationText
stm32f4xx_hal_tim.h:781
#define TIM_CLOCKPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 /*!< Prescaler for External ETR Clock: Capture performed once every 4 events. */
stm32f4xx_hal_tim.h:1683
((__PRESCALER__) == TIM_CLOCKPRESCALER_DIV4) || \