nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
API specific to the nRF51 series supporting <nrfcxx/impl.hpp>. More...
#include <nrf51_bitfields.h>
Go to the source code of this file.
Data Structures | |
struct | nrfcxx::nrf5::series::ADC_Peripheral |
Constants and function specific to the nRF51 ADC peripheral. More... | |
Namespaces | |
nrfcxx | |
Primary namespace for nrfcxx functionality. | |
nrfcxx::nrf5 | |
Namespace holding support for bare nRF5 peripheral instances. | |
nrfcxx::nrf5::series | |
Namespace holding series-specific implementations that support the genericized API of nrfcxx. | |
Typedefs | |
using | nrfcxx::nrf5::series::ADC_Variant = ADC_Peripheral |
Variables | |
static constexpr auto | nrfcxx::IRQ_PRIORITY_SD_HIGH = 0 |
NVIC IRQ priority reserved for critical soft-device interrupts. | |
static constexpr auto | nrfcxx::IRQ_PRIORITY_APP_HIGH = 1 |
NVIC IRQ priority reserved for critical application interrupts. | |
static constexpr auto | nrfcxx::IRQ_PRIORITY_SD_LOW = 2 |
NVIC IRQ priority reserved for non-critical soft-device interrupts. | |
static constexpr auto | nrfcxx::IRQ_PRIORITY_APP_LOW = 3 |
NVIC IRQ priority reserved for non-critical application interrupts. | |
API specific to the nRF51 series supporting <nrfcxx/impl.hpp>.