WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hcc_channel.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2023. All rights reserved.
3 * Description: hcc channel.
4 */
5
6#ifndef HCC_CHANNEL_HEADER
7#define HCC_CHANNEL_HEADER
8
9#include "td_type.h"
10#include "hcc.h"
11#include "hcc_cfg_comm.h"
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif
17#endif
21
23#ifdef __cplusplus
24#if __cplusplus
25}
26#endif
27#endif
28
29#endif /* HCC_CHANNEL_HEADER */
td_void hcc_delete_handler(td_u8 chl)
td_s32 hcc_add_handler(hcc_handler *hcc)
td_bool hcc_chan_is_busy(td_u8 chl)
hcc_handler * hcc_get_bus_handler(td_u8 bus_type)
Definition hcc.h:81
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
int td_s32
Definition td_type.h:44