Functions and definitions used to obtain information about the state of the stack. More...
Macros |
|
| #define | NRF_STACK_INFO_TOP ((uint32_t)STACK_TOP) |
|
Top (highest) stack address.
|
|
| #define | NRF_STACK_INFO_BASE ((uint32_t)STACK_BASE) |
|
Base (lowest) stack address.
|
|
| #define | NRF_STACK_INFO_GET_SP () ((uint32_t)GET_SP()) |
|
Function to get the current stack pointer value.
More...
|
|
Detailed Description
Functions and definitions used to obtain information about the state of the stack.
Macro Definition Documentation
| #define NRF_STACK_INFO_GET_SP | ( | ) | ((uint32_t)GET_SP()) |
Function to get the current stack pointer value.
- Returns
- Current stack pointer value.