Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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
enum app_irq_priority_t |
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_HIGH We are running in Application High interrupt level. APP_IRQ_PRIORITY_LOW We are running in Application Low interrupt level. APP_IRQ_PRIORITY_THREAD We are running in Thread Mode.
Definition at line 133 of file app_util_platform.h.
Generated on Tue Jul 12 2022 14:11:21 by
