DIY Logging Volt/Ampmeter
|
#define TIM_CLEARINPUTPRESCALER_DIV1 TIM_ETRPRESCALER_DIV1 |
No prescaler is used
Definition at line 791 of file stm32f1xx_hal_tim.h.
#define TIM_CLEARINPUTPRESCALER_DIV2 TIM_ETRPRESCALER_DIV2 |
Prescaler for External ETR pin: Capture performed once every 2 events.
Definition at line 792 of file stm32f1xx_hal_tim.h.
#define TIM_CLEARINPUTPRESCALER_DIV4 TIM_ETRPRESCALER_DIV4 |
Prescaler for External ETR pin: Capture performed once every 4 events.
Definition at line 793 of file stm32f1xx_hal_tim.h.
#define TIM_CLEARINPUTPRESCALER_DIV8 TIM_ETRPRESCALER_DIV8 |
Prescaler for External ETR pin: Capture performed once every 8 events.
Definition at line 794 of file stm32f1xx_hal_tim.h.