nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
Go to the documentation of this file. 8 #ifndef NRFCXX_NRF52_CORE_HPP 9 #define NRFCXX_NRF52_CORE_HPP 17 #error Unsupported NRF52 MCU
void enable_pinreset()
Enable the nRESET functionality.
API specific to the nRF52832 product supporting <nrfcxx/core.hpp>.
static constexpr unsigned int DELAY_US_OVERHEAD_cyc
Overhead setting up the call to delay_cycles() in the standard delay_us() implementation.
Definition: core.hpp:65
void delay_cycles(unsigned int cycles)
Loop to delay for a requested number of cycles.
static constexpr unsigned int CLOCK_MHz
CPU clock speed in MHz.
Definition: core.hpp:50
Primary namespace for nrfcxx functionality.
Definition: clock.hpp:17
API specific to the nRF52840 product supporting <nrfcxx/core.hpp>.