STM32F439xx HAL User Manual
Data Fields
TIM_ClockConfigTypeDef Struct Reference

Clock Configuration Handle Structure definition. More...

#include <stm32f4xx_hal_tim.h>

Data Fields

uint32_t ClockSource
uint32_t ClockPolarity
uint32_t ClockPrescaler
uint32_t ClockFilter

Detailed Description

Clock Configuration Handle Structure definition.

Definition at line 214 of file stm32f4xx_hal_tim.h.


Field Documentation

TIM clock filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF

Definition at line 222 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

TIM clock polarity. This parameter can be a value of TIM Clock Polarity

Definition at line 218 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

TIM clock prescaler. This parameter can be a value of TIM Clock Prescaler

Definition at line 220 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

TIM clock sources. This parameter can be a value of TIM Clock Source

Definition at line 216 of file stm32f4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().


The documentation for this struct was generated from the following file: