modm API documentation
Board::SystemClock Struct Reference

STM32L4 running at 80MHz generated with the PLL from 4MHz MSI clock. More...

#include <modm/board/board.hpp>

Static Public Member Functions

static bool enable ()
 

Static Public Attributes

static constexpr uint32_t Frequency = 80_MHz
 
static constexpr uint32_t Ahb = Frequency
 
static constexpr uint32_t Apb1 = Frequency
 
static constexpr uint32_t Apb2 = Frequency
 
static constexpr uint32_t Usart1 = Apb2
 
static constexpr uint32_t Usart2 = Apb1
 
static constexpr uint32_t Usart3 = Apb1
 
static constexpr uint32_t Usart4 = Apb1
 
static constexpr uint32_t Usart5 = Apb1
 
static constexpr uint32_t Spi1 = Apb2
 
static constexpr uint32_t Spi2 = Apb2
 
static constexpr uint32_t Iwdg = Rcc::LsiFrequency
 
static constexpr uint32_t Rtc = 32.768_kHz
 

Detailed Description

STM32L4 running at 80MHz generated with the PLL from 4MHz MSI clock.


The documentation for this struct was generated from the following file: