#include <modm/board/board.hpp>
|
static constexpr uint32_t | Frequency = 125_MHz |
|
static constexpr uint32_t | XOSCFrequency = 12_MHz |
|
static constexpr uint32_t | PllSysFrequency = Frequency |
|
static constexpr uint32_t | PllUsbFrequency = 48_MHz |
|
static constexpr uint32_t | SysPLLMul = 125 |
|
static constexpr uint32_t | UsbPLLMul = 40 |
|
static constexpr uint32_t | RefFrequency = XOSCFrequency |
|
static constexpr uint32_t | UsbFrequency = PllUsbFrequency |
|
static constexpr uint32_t | SysFrequency = Frequency |
|
static constexpr uint32_t | PeriFrequency = SysFrequency |
|
RP2040 running at 125MHz generated from the external 12MHz crystal
The documentation for this struct was generated from the following file: