|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include "nrf52840.hpp"#include <cassert>#include <processor_architecture.hpp>#include <processor_includes.hpp>
Functions | |
| void | _putchar (char c) |
| Output a character to a custom device like UART, used by the printf() function This function is declared here only. More... | |
| static void | setWEN () noexcept |
| static void | setREN () noexcept |
| static void | setVOUT (uint32_t setting) noexcept |
| static bool | checkVOUT (uint32_t setting) noexcept |
Variables | |
| static const uint32_t | CPU_FREQ_MHZ = UINT32_C(64) |
| void _putchar | ( | char | character | ) |
Output a character to a custom device like UART, used by the printf() function This function is declared here only.
You have to write your custom implementation somewhere
| character | Character to output |
Referenced by _out_char(), embvm::CircularLogBufferLogger< TBufferSize, TLock >::dump(), and putchar().

Referenced by nRF52840::highVoltageMode().
|
inlinestaticnoexcept |
Referenced by setVOUT().
|
inlinestaticnoexcept |
References setREN(), setWEN(), and ARMCommonArch::systemReset().
Referenced by nRF52840::highVoltageMode().
|
inlinestaticnoexcept |
Referenced by setVOUT().
Referenced by nRF52840::spin().
1.8.15