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... |
|
Detailed Description
Macro Definition Documentation
| #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.