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

Defines

#define LL_RCC_APB3_DIV_1   RCC_D1CFGR_D1PPRE_DIV1
#define LL_RCC_APB3_DIV_2   RCC_D1CFGR_D1PPRE_DIV2
#define LL_RCC_APB3_DIV_4   RCC_D1CFGR_D1PPRE_DIV4
#define LL_RCC_APB3_DIV_8   RCC_D1CFGR_D1PPRE_DIV8
#define LL_RCC_APB3_DIV_16   RCC_D1CFGR_D1PPRE_DIV16

Define Documentation

#define LL_RCC_APB3_DIV_1   RCC_D1CFGR_D1PPRE_DIV1

Definition at line 357 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB3_DIV_16   RCC_D1CFGR_D1PPRE_DIV16

Definition at line 361 of file stm32h7xx_ll_rcc.h.

Referenced by UTILS_EnablePLLAndSwitchSystem().

#define LL_RCC_APB3_DIV_2   RCC_D1CFGR_D1PPRE_DIV2

Definition at line 358 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB3_DIV_4   RCC_D1CFGR_D1PPRE_DIV4

Definition at line 359 of file stm32h7xx_ll_rcc.h.

#define LL_RCC_APB3_DIV_8   RCC_D1CFGR_D1PPRE_DIV8

Definition at line 360 of file stm32h7xx_ll_rcc.h.