|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|


结构体 | |
| struct | __attribute__ |
| Log message information header. 更多... | |
宏定义 | |
| #define | AULREG_VALUE_INDEX 32 |
| #define | DUMP_MAX_LENGTH_PER_TRANS (5000U - 15U) |
函数 | |
| void | log_oml_dump_stack (void) |
| Dump the current task stack when in systemfaults and watchdog timeout. | |
| void | log_exception_send_data (const uint8_t *data, uint16_t length) |
| Dump the ram when hardfault or watchdog. | |
| void | log_oml_memory_dump (void) |
| Dump the whole rom when hardfault or watchdog. | |
| void | log_exception_dump (uint32_t irq_id, exc_context_t *exc_buf_addr) |
| Invoked by exception to dump exception information. | |
| void | log_oml_exception_info_send (uint32_t irq_id, const exc_context_t *exc_buf_addr) |
| SDT interface to send SDT format fault message. | |
| void | default_register_hal_exception_dump_callback (void) |
| Register exception dump to fault interrupt. | |
| #define AULREG_VALUE_INDEX 32 |
| #define DUMP_MAX_LENGTH_PER_TRANS (5000U - 15U) |
| enum OM_FAULT_TYPE_ENUM |
| enum PARA1_INDEX |
| enum PARA2_INDEX |
| enum REG_NUM_INDEX |
| void default_register_hal_exception_dump_callback | ( | void | ) |
Register exception dump to fault interrupt.
| void log_exception_dump | ( | uint32_t | irq_id, |
| exc_context_t * | exc_buf_addr | ||
| ) |
Invoked by exception to dump exception information.
| irq_id | Interrupt ID. |
| exc_buf_addr | Exception buff addr. |
| void log_exception_send_data | ( | const uint8_t * | data, |
| uint16_t | length | ||
| ) |
Dump the ram when hardfault or watchdog.
| addr | Dump ram start addr. |
| length | Dump ram length. |
| void log_oml_dump_stack | ( | void | ) |
Dump the current task stack when in systemfaults and watchdog timeout.
| void log_oml_exception_info_send | ( | uint32_t | irq_id, |
| const exc_context_t * | exc_buf_addr | ||
| ) |
SDT interface to send SDT format fault message.
| irq_id | Interrupt ID. |
| exc_buf_addr | Exception buff addr. |
| void log_oml_memory_dump | ( | void | ) |
Dump the whole rom when hardfault or watchdog.