WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hcc_service.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2023. All rights reserved.
3 * Description: hcc service.
4 */
5
6#ifndef HCC_SERVICE_HEADER
7#define HCC_SERVICE_HEADER
8
9#include "td_type.h"
10#include "hcc_types.h"
11#include "hcc_cfg_comm.h"
12#include "hcc.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
23
27
28#ifdef __cplusplus
29#if __cplusplus
30}
31#endif
32#endif
33
34#endif /* HCC_SERVICE_HEADER */
enum _hcc_serv_main_type hcc_service_type
td_void hcc_del_service_list(hcc_handler *hcc, hcc_service_type serv_type)
td_bool hcc_service_is_busy(td_u8 chl, hcc_service_type service_type)
hcc_serv_info * hcc_add_service_list(hcc_handler *hcc, hcc_service_type serv_type)
td_s32 hcc_service_get_credit(td_u8 chl, hcc_service_type serv, td_u32 *credit)
hcc_serv_info * hcc_get_serv_info(hcc_handler *hcc, hcc_service_type serv_type)
td_void hcc_service_enable_switch(td_u8 chl, hcc_service_type service_type, td_bool enable)
Definition hcc.h:81
Definition hcc.h:47
unsigned char td_u8
Definition td_type.h:36
td_u8 td_bool
Definition td_type.h:50
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38
int td_s32
Definition td_type.h:44