#include "board.hpp"
#include <chip.h>
#include <cstdlib>
#include <cstring>
#include <numeric>
Go to the source code of this file.
|
| const std::uint32_t | ExtRateIn = 0 |
| | Clock rate on the CLKIN pin This value is defined externally to the chip layer and contains the value in Hz for the CLKIN pin for the board. If this pin isn't used, this rate can be 0. More...
|
| |
| const std::uint32_t | OscRateIn = 12000000 |
| | External crystal. More...
|
| |
| static constexpr unsigned long | PDRUNCFGMASKTMP = 0x000000FFU |
| |
| static constexpr unsigned long | PDRUNCFGUSEMASK = 0x0000ED00U |
| |
| std::uint32_t | SystemCoreClock = 12000000 |
| | Initialized to default clock value, will be changed on init. More...
|
| |
◆ SystemInit()
◆ ExtRateIn
| const std::uint32_t ExtRateIn = 0 |
Clock rate on the CLKIN pin This value is defined externally to the chip layer and contains the value in Hz for the CLKIN pin for the board. If this pin isn't used, this rate can be 0.
Definition at line 16 of file board.cpp.
◆ modefunc
◆ OscRateIn
| const std::uint32_t OscRateIn = 12000000 |
External crystal.
System oscillator rate This value is defined externally to the chip layer and contains the value in Hz for the external oscillator for the board. If using the internal oscillator, this rate can be 0.
Definition at line 15 of file board.cpp.
◆ PDRUNCFGMASKTMP
| constexpr unsigned long PDRUNCFGMASKTMP = 0x000000FFU |
|
static |
◆ PDRUNCFGUSEMASK
| constexpr unsigned long PDRUNCFGUSEMASK = 0x0000ED00U |
|
static |
◆ pin