|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "td_type.h"#include "soc_osal.h"#include "osal_list.h"#include "hcc_queue.h"#include "hcc.h"
| td_void _hcc_list_splice | ( | TD_CONST struct osal_list_head * | list, |
| struct osal_list_head * | prev, | ||
| struct osal_list_head * | next | ||
| ) |
| td_bool hcc_is_list_empty | ( | hcc_data_queue * | hcc_queue | ) |
| td_void hcc_list_add_head | ( | hcc_data_queue * | hcc_queue, |
| hcc_unc_struc * | unc_buf | ||
| ) |
| td_void hcc_list_add_tail | ( | hcc_data_queue * | hcc_queue, |
| hcc_unc_struc * | unc_buf | ||
| ) |
| struct osal_list_head * hcc_list_delete_head | ( | hcc_data_queue *TD_CONST | hcc_queue | ) |
| struct osal_list_head * hcc_list_delete_tail | ( | hcc_data_queue *TD_CONST | hcc_queue | ) |
| hcc_unc_struc * hcc_list_dequeue | ( | hcc_data_queue *TD_CONST | hcc_queue | ) |
| hcc_unc_struc * hcc_list_dequeue_tail | ( | hcc_data_queue *TD_CONST | hcc_queue | ) |
| td_void hcc_list_free | ( | hcc_handler * | hcc, |
| hcc_data_queue * | hcc_queue | ||
| ) |
| td_void hcc_list_head_deinit | ( | hcc_data_queue * | hcc_queue | ) |
| td_u32 hcc_list_head_init | ( | hcc_data_queue * | hcc_queue | ) |
| td_u32 hcc_list_len | ( | TD_CONST hcc_data_queue * | hcc_queue | ) |
| struct osal_list_head * hcc_list_peek | ( | TD_CONST struct osal_list_head * | head | ) |
| td_void hcc_list_restore | ( | hcc_data_queue * | dst_queue, |
| hcc_data_queue * | src_queue | ||
| ) |
| td_void hcc_list_splice_init | ( | hcc_data_queue * | hcc_queue, |
| hcc_data_queue * | head | ||
| ) |
| td_void hcc_list_unlink | ( | struct osal_list_head * | node | ) |
| td_void hcc_list_unlock_add_tail | ( | hcc_data_queue * | hcc_queue, |
| hcc_unc_struc * | unc_buf | ||
| ) |
| hcc_unc_struc * hcc_list_unlock_dequeue | ( | hcc_data_queue *TD_CONST | hcc_queue | ) |