STM32F439xx HAL User Manual
Defines
RCC TIM PRescaler Selection
RCCEx Exported Constants

Defines

#define RCC_TIMPRES_DESACTIVATED   ((uint8_t)0x00)
#define RCC_TIMPRES_ACTIVATED   ((uint8_t)0x01)

Define Documentation

#define RCC_TIMPRES_ACTIVATED   ((uint8_t)0x01)

Definition at line 916 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKConfig().

#define RCC_TIMPRES_DESACTIVATED   ((uint8_t)0x00)

Definition at line 915 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKConfig().