Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...
Fork of nRF51822 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 33 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 110 of file app_util_platform.h.
Generated on Tue Jul 12 2022 17:56:13 by
1.7.2
