STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
TIM Input Capture Prescaler

Macros

#define TIM_ICPSC_DIV1   ((uint32_t)0x0000U)
 
#define TIM_ICPSC_DIV2   (TIM_CCMR1_IC1PSC_0)
 
#define TIM_ICPSC_DIV4   (TIM_CCMR1_IC1PSC_1)
 
#define TIM_ICPSC_DIV8   (TIM_CCMR1_IC1PSC)
 

Detailed Description

Macro Definition Documentation

#define TIM_ICPSC_DIV1   ((uint32_t)0x0000U)

Capture performed each time an edge is detected on the capture input

Definition at line 452 of file stm32f7xx_hal_tim.h.

#define TIM_ICPSC_DIV2   (TIM_CCMR1_IC1PSC_0)

Capture performed once every 2 events

Definition at line 453 of file stm32f7xx_hal_tim.h.

#define TIM_ICPSC_DIV4   (TIM_CCMR1_IC1PSC_1)

Capture performed once every 4 events

Definition at line 454 of file stm32f7xx_hal_tim.h.

#define TIM_ICPSC_DIV8   (TIM_CCMR1_IC1PSC)

Capture performed once every 8 events

Definition at line 455 of file stm32f7xx_hal_tim.h.