STM32H735xx HAL User Manual
Defines
APB low-speed prescaler (APB2)
RCC Exported Constants

Defines

#define LL_RCC_APB2_DIV_1   RCC_D2CFGR_D2PPRE2_DIV1
#define LL_RCC_APB2_DIV_2   RCC_D2CFGR_D2PPRE2_DIV2
#define LL_RCC_APB2_DIV_4   RCC_D2CFGR_D2PPRE2_DIV4
#define LL_RCC_APB2_DIV_8   RCC_D2CFGR_D2PPRE2_DIV8
#define LL_RCC_APB2_DIV_16   RCC_D2CFGR_D2PPRE2_DIV16

Define Documentation

#define LL_RCC_APB2_DIV_1   RCC_D2CFGR_D2PPRE2_DIV1

Definition at line 337 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB2_DIV_16   RCC_D2CFGR_D2PPRE2_DIV16

Definition at line 341 of file stm32h7xx_ll_rcc.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

#define LL_RCC_APB2_DIV_2   RCC_D2CFGR_D2PPRE2_DIV2

Definition at line 338 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB2_DIV_4   RCC_D2CFGR_D2PPRE2_DIV4

Definition at line 339 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB2_DIV_8   RCC_D2CFGR_D2PPRE2_DIV8

Definition at line 340 of file stm32h7xx_ll_rcc.h.