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

宏定义 | |
| #define | DIAG_TYPE_CMD 0 |
| #define | DIAG_TYPE_IND 1 |
| #define | DIAG_TYPE_CMD_ACK 0x02 |
| #define | DIAG_TYPE_MGR_ACK 0x03 /* system ack */ |
函数 | |
| STATIC void | printf_mux_packet_ack (const char *str, msp_mux_packet_head_stru_t *mux_packet) |
| STATIC void | printf_mux_packet_ind (const char *str, msp_mux_packet_head_stru_t *mux_packet) |
| STATIC void | printf_mux_packet_cmd (const char *str, msp_mux_packet_head_stru_t *mux_packet) |
| STATIC void | printf_mux_packet_unknown (const char *str, const msp_mux_packet_head_stru_t *mux_packet) |
| STATIC void | printf_mux_packet_new (const char *str, msp_mux_packet_head_stru_t *mux_packet) |
| void | zdiag_debug_print_pkt_info (const char *str, uint8_t *pkt) |
| void | zdiag_pkt_printf (const char *str, const diag_pkt_handle_t *pkt) |
变量 | |
| uint32_t | g_dfx_debug_level = DIAG_LOG_LEVEL_ERROR |
| #define DIAG_TYPE_CMD 0 |
| #define DIAG_TYPE_CMD_ACK 0x02 |
| #define DIAG_TYPE_IND 1 |
| #define DIAG_TYPE_MGR_ACK 0x03 /* system ack */ |
| STATIC void printf_mux_packet_ack | ( | const char * | str, |
| msp_mux_packet_head_stru_t * | mux_packet | ||
| ) |
| STATIC void printf_mux_packet_cmd | ( | const char * | str, |
| msp_mux_packet_head_stru_t * | mux_packet | ||
| ) |
| STATIC void printf_mux_packet_ind | ( | const char * | str, |
| msp_mux_packet_head_stru_t * | mux_packet | ||
| ) |
| STATIC void printf_mux_packet_new | ( | const char * | str, |
| msp_mux_packet_head_stru_t * | mux_packet | ||
| ) |
| STATIC void printf_mux_packet_unknown | ( | const char * | str, |
| const msp_mux_packet_head_stru_t * | mux_packet | ||
| ) |
| void zdiag_debug_print_pkt_info | ( | const char * | str, |
| uint8_t * | pkt | ||
| ) |
| void zdiag_pkt_printf | ( | const char * | str, |
| const diag_pkt_handle_t * | pkt | ||
| ) |
| uint32_t g_dfx_debug_level = DIAG_LOG_LEVEL_ERROR |