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

TIM_CLOCKPRESCALER_DIV8 macro

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

Syntax

#define TIM_CLOCKPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8

References

LocationText
stm32f4xx_hal_tim.h:782
#define TIM_CLOCKPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 /*!< Prescaler for External ETR Clock: Capture performed once every 8 events. */
stm32f4xx_hal_tim.h:1684
((__PRESCALER__) == TIM_CLOCKPRESCALER_DIV8))