libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for PLLSAICFGR PLLSAIP values:

Macros

#define RCC_PLLSAICFGR_PLLSAIP_DIV2   0x0
 
#define RCC_PLLSAICFGR_PLLSAIP_DIV4   0x1
 
#define RCC_PLLSAICFGR_PLLSAIP_DIV6   0x2
 
#define RCC_PLLSAICFGR_PLLSAIP_DIV8   0x3
 

Detailed Description

Macro Definition Documentation

◆ RCC_PLLSAICFGR_PLLSAIP_DIV2

#define RCC_PLLSAICFGR_PLLSAIP_DIV2   0x0

Definition at line 733 of file f4/rcc.h.

◆ RCC_PLLSAICFGR_PLLSAIP_DIV4

#define RCC_PLLSAICFGR_PLLSAIP_DIV4   0x1

Definition at line 734 of file f4/rcc.h.

◆ RCC_PLLSAICFGR_PLLSAIP_DIV6

#define RCC_PLLSAICFGR_PLLSAIP_DIV6   0x2

Definition at line 735 of file f4/rcc.h.

◆ RCC_PLLSAICFGR_PLLSAIP_DIV8

#define RCC_PLLSAICFGR_PLLSAIP_DIV8   0x3

Definition at line 736 of file f4/rcc.h.