|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "diag_channel_item.h"#include "securec.h"#include "zdiag_mem.h"#include "diag_config.h"#include "diag_adapt_layer.h"#include "errcode.h"
结构体 | |
| struct | diag_channel_ctrl_t |
函数 | |
| STATIC diag_channel_ctrl_t * | diag_get_channel_ctrl (void) |
| diag_channel_item_t * | diag_chan_idx_2_item (diag_channel_id_t id) |
| errcode_t | soc_diag_channel_set_notify_hook (diag_channel_id_t id, diag_channel_notify_hook hook) |
| errcode_t | soc_diag_channel_set_tx_hook (diag_channel_id_t id, diag_channel_tx_hook hook) |
| errcode_t | soc_diag_channel_set_connect_hso_addr (diag_channel_id_t id, uint8_t hso_addr) |
| diag_channel_item_t * | zdiag_dst_2_chan (uint8_t addr) |
| errcode_t | soc_diag_channel_init (diag_channel_id_t id, uint32_t attribute) |
变量 | |
| diag_channel_ctrl_t | g_diag_channel_ctrl |
| diag_channel_item_t * diag_chan_idx_2_item | ( | diag_channel_id_t | id | ) |
| STATIC diag_channel_ctrl_t * diag_get_channel_ctrl | ( | void | ) |
| errcode_t soc_diag_channel_init | ( | diag_channel_id_t | id, |
| uint32_t | attribute | ||
| ) |
| errcode_t soc_diag_channel_set_connect_hso_addr | ( | diag_channel_id_t | id, |
| uint8_t | hso_addr | ||
| ) |
| errcode_t soc_diag_channel_set_notify_hook | ( | diag_channel_id_t | id, |
| diag_channel_notify_hook | hook | ||
| ) |
| errcode_t soc_diag_channel_set_tx_hook | ( | diag_channel_id_t | id, |
| diag_channel_tx_hook | hook | ||
| ) |
| diag_channel_item_t * zdiag_dst_2_chan | ( | uint8_t | addr | ) |
| diag_channel_ctrl_t g_diag_channel_ctrl |