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

Defines

#define LL_RCC_APB1_DIV_1   RCC_D2CFGR_D2PPRE1_DIV1
#define LL_RCC_APB1_DIV_2   RCC_D2CFGR_D2PPRE1_DIV2
#define LL_RCC_APB1_DIV_4   RCC_D2CFGR_D2PPRE1_DIV4
#define LL_RCC_APB1_DIV_8   RCC_D2CFGR_D2PPRE1_DIV8
#define LL_RCC_APB1_DIV_16   RCC_D2CFGR_D2PPRE1_DIV16

Define Documentation

#define LL_RCC_APB1_DIV_1   RCC_D2CFGR_D2PPRE1_DIV1

Definition at line 317 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB1_DIV_16   RCC_D2CFGR_D2PPRE1_DIV16

Definition at line 321 of file stm32h7xx_ll_rcc.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

#define LL_RCC_APB1_DIV_2   RCC_D2CFGR_D2PPRE1_DIV2

Definition at line 318 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB1_DIV_4   RCC_D2CFGR_D2PPRE1_DIV4

Definition at line 319 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB1_DIV_8   RCC_D2CFGR_D2PPRE1_DIV8

Definition at line 320 of file stm32h7xx_ll_rcc.h.