![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Data Structures | |
struct | hal_exceptions_status_registers_t |
This structure holds values of fault status registers. More... | |
struct | hal_exceptions_dump_t |
This structure is put into dump monitor port and holds values of said registers when exception has happen. More... | |
Macros | |
#define | HAL_EXCEPTIONS_DUMP_SIZE 16 |
Size of stack dump in 4-byte words. | |
#define | HAL_EXCEPTIONS_ITEMS_IN_LINE 3 |
Defines where to put a ' ' in stack dump. More... | |
#define HAL_EXCEPTIONS_ITEMS_IN_LINE 3 |
Defines where to put a '
' in stack dump.
This value defines power of 2 items in one row. E.g. 3 gives 2 ^ 3 = 8 items in a row.