HAL + 0/1 examples
CodeScope will show references to LL_TIM_GetClockDivision() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_GetClockDivision() function

Get the actual division ratio between the timer clock and the sampling clock used by the dead-time generators (when supported) and the digital filters.

Syntax

__STATIC_INLINE uint32_t LL_TIM_GetClockDivision(const TIM_TypeDef *TIMx);

Arguments

TIMx

Timer instance

Return value

Returned value can be one of the following values: @arg LL_TIM_CLOCKDIVISION_DIV1 @arg LL_TIM_CLOCKDIVISION_DIV2 @arg LL_TIM_CLOCKDIVISION_DIV4

Notes

Macro IS_TIM_CLOCK_DIVISION_INSTANCE(TIMx) can be used to check whether or not the clock division feature is supported by the timer instance.

Examples

LL_TIM_GetClockDivision() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:1355
__STATIC_INLINE uint32_t LL_TIM_GetClockDivision(const TIM_TypeDef *TIMx)

Data Use

Data read by LL_TIM_GetClockDivision()
LL_TIM_GetClockDivision()
Type of LL_TIM_GetClockDivision()
LL_TIM_GetClockDivision()
uint32_t
all items filtered out