STM32F439xx HAL User Manual
Functions
TIM
RCC Exported Functions

Functions

__STATIC_INLINE void LL_RCC_SetTIMPrescaler (uint32_t Prescaler)
 Set Timers Clock Prescalers.
__STATIC_INLINE uint32_t LL_RCC_GetTIMPrescaler (void)
 Get Timers Clock Prescalers.

Function Documentation

__STATIC_INLINE uint32_t LL_RCC_GetTIMPrescaler ( void  )

Get Timers Clock Prescalers.

Reference Manual to LL API cross reference:
DCKCFGR TIMPRE LL_RCC_GetTIMPrescaler
Return values:
Returnedvalue can be one of the following values:

Definition at line 4183 of file stm32f4xx_ll_rcc.h.

__STATIC_INLINE void LL_RCC_SetTIMPrescaler ( uint32_t  Prescaler)

Set Timers Clock Prescalers.

Reference Manual to LL API cross reference:
DCKCFGR TIMPRE LL_RCC_SetTIMPrescaler
Parameters:
PrescalerThis parameter can be one of the following values:
Return values:
None

Definition at line 4171 of file stm32f4xx_ll_rcc.h.