STM32F439xx HAL User Manual
Defines
PLLSAIDIVR division factor (PLLSAIDIVR)
RCC Exported Constants

Defines

#define LL_RCC_PLLSAIDIVR_DIV_2   0x00000000U
#define LL_RCC_PLLSAIDIVR_DIV_4   RCC_DCKCFGR_PLLSAIDIVR_0
#define LL_RCC_PLLSAIDIVR_DIV_8   RCC_DCKCFGR_PLLSAIDIVR_1
#define LL_RCC_PLLSAIDIVR_DIV_16   (RCC_DCKCFGR_PLLSAIDIVR_1 | RCC_DCKCFGR_PLLSAIDIVR_0)

Define Documentation

#define LL_RCC_PLLSAIDIVR_DIV_16   (RCC_DCKCFGR_PLLSAIDIVR_1 | RCC_DCKCFGR_PLLSAIDIVR_0)

PLLSAI division factor for PLLSAIDIVR output by 16

Definition at line 1460 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_PLLSAIDIVR_DIV_2   0x00000000U

PLLSAI division factor for PLLSAIDIVR output by 2

Definition at line 1457 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_PLLSAIDIVR_DIV_4   RCC_DCKCFGR_PLLSAIDIVR_0

PLLSAI division factor for PLLSAIDIVR output by 4

Definition at line 1458 of file stm32f4xx_ll_rcc.h.

#define LL_RCC_PLLSAIDIVR_DIV_8   RCC_DCKCFGR_PLLSAIDIVR_1

PLLSAI division factor for PLLSAIDIVR output by 8

Definition at line 1459 of file stm32f4xx_ll_rcc.h.