STM32L486xx HAL User Manual
Data Fields
TIM_ClockConfigTypeDef Struct Reference

Clock Configuration Handle Structure definition. More...

#include <stm32l4xx_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 213 of file stm32l4xx_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 221 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

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

Definition at line 217 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

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

Definition at line 219 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().

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

Definition at line 215 of file stm32l4xx_hal_tim.h.

Referenced by HAL_TIM_ConfigClockSource().


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