STM32F479xx 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 900 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKConfig().

#define RCC_TIMPRES_DESACTIVATED   ((uint8_t)0x00)

Definition at line 899 of file stm32f4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKConfig().