Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Utility Functions and Definitions (Platform)

Utility Functions and Definitions (Platform)

Various types and definitions available to all applications when using SoftDevice. More...

Enumerations

enum  app_irq_priority_t
 

The interrupt priorities available to the application while the SoftDevice is active.

More...

Functions

static __INLINE uint8_t current_int_priority_get (void)
 Function for finding the current interrupt level.

Detailed Description

Various types and definitions available to all applications when using SoftDevice.


Enumeration Type Documentation

The interrupt priorities available to the application while the SoftDevice is active.

Definition at line 53 of file app_util_platform.h.


Function Documentation

static __INLINE uint8_t current_int_priority_get ( void   ) [static]

Function for finding the current interrupt level.

Returns:
Current interrupt level.
Return values:
APP_IRQ_PRIORITY_HIGHWe are running in Application High interrupt level.
APP_IRQ_PRIORITY_LOWWe are running in Application Low interrupt level.
APP_IRQ_PRIORITY_THREADWe are running in Thread Mode.

Definition at line 133 of file app_util_platform.h.