nRF51 SDK - S120 SoftDevice
|
Various types and definitions available to all applications when using SoftDevice. More...
Macros | |
#define | NRF_APP_PRIORITY_THREAD 4 |
#define | PACKED(TYPE) __packed TYPE |
#define | CRITICAL_REGION_ENTER() |
Macro for entering a critical region. More... | |
#define | CRITICAL_REGION_EXIT() |
Macro for leaving a critical region. More... | |
Enumerations | |
enum | app_irq_priority_t { APP_IRQ_PRIORITY_HIGH = 1, APP_IRQ_PRIORITY_LOW = 3 } |
The interrupt priorities available to the application while the SoftDevice is active. | |
Various types and definitions available to all applications when using SoftDevice.
#define CRITICAL_REGION_ENTER | ( | ) |
Macro for entering a critical region.
#define CRITICAL_REGION_EXIT | ( | ) |
Macro for leaving a critical region.
#define NRF_APP_PRIORITY_THREAD 4 |
"Interrupt level" when running in Thread Mode.