STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define TIM_CLOCKDIVISION_DIV1   ((uint32_t)0x0000U)
 
#define TIM_CLOCKDIVISION_DIV2   (TIM_CR1_CKD_0)
 
#define TIM_CLOCKDIVISION_DIV4   (TIM_CR1_CKD_1)
 

Detailed Description

Macro Definition Documentation

#define TIM_CLOCKDIVISION_DIV1   ((uint32_t)0x0000U)

Definition at line 353 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKDIVISION_DIV2   (TIM_CR1_CKD_0)

Definition at line 354 of file stm32f7xx_hal_tim.h.

#define TIM_CLOCKDIVISION_DIV4   (TIM_CR1_CKD_1)

Definition at line 355 of file stm32f7xx_hal_tim.h.