|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
System Control PLL Frequency 0 Register Values. More...

Macros | |
| #define | SYSCTL_PLLFREQ0_PLLPWR (1 << 23) |
| PLL Power. More... | |
| #define | SYSCTL_PLLFREQ0_MFRAC_SHIFT (10) |
| PLL M Fractional Value Shift. More... | |
| #define | SYSCTL_PLLFREQ0_MFRAC_MASK (0x3FF) |
| PLL M Fractional Value Mask. More... | |
| #define | SYSCTL_PLLFREQ0_MINT_SHIFT (0) |
| PLL M Integer Value Shift. More... | |
| #define | SYSCTL_PLLFREQ0_MINT_MASK (0x3FF) |
| PLL M Integer Value Mask. More... | |
System Control PLL Frequency 0 Register Values.
| #define SYSCTL_PLLFREQ0_MFRAC_MASK (0x3FF) |
PLL M Fractional Value Mask.
Definition at line 913 of file systemcontrol.h.
| #define SYSCTL_PLLFREQ0_MFRAC_SHIFT (10) |
PLL M Fractional Value Shift.
Definition at line 911 of file systemcontrol.h.
| #define SYSCTL_PLLFREQ0_MINT_MASK (0x3FF) |
PLL M Integer Value Mask.
Definition at line 917 of file systemcontrol.h.
| #define SYSCTL_PLLFREQ0_MINT_SHIFT (0) |
PLL M Integer Value Shift.
Definition at line 915 of file systemcontrol.h.
| #define SYSCTL_PLLFREQ0_PLLPWR (1 << 23) |
PLL Power.
Definition at line 909 of file systemcontrol.h.