WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wlan_spec_type.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: Header files shared by wlan_spec.h and wlan_spec_rom.h.
4 * Create: 2022-11-26
5 */
6
7#ifndef __WLAN_SPEC_TYPE_H__
8#define __WLAN_SPEC_TYPE_H__
9
10#include "wlan_spec_type_rom.h"
11
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
18/*****************************************************************************
19 枚举定义
20*****************************************************************************/
21/* hal device id 枚举 */
22typedef enum {
23 HAL_DEVICE_ID_MASTER = 0, /* master的hal device id */
24 HAL_DEVICE_ID_SLAVE = 1, /* slave的hal device id */
25
26 HAL_DEVICE_ID_BUTT /* 最大id */
29
30#ifdef __cplusplus
31#if __cplusplus
32}
33#endif
34#endif
35
36#endif /* end of wlan_spec.h */
unsigned char osal_u8
Definition osal_types.h:11
osal_u8 hal_device_id_enum_enum_uint8
Definition wlan_spec_type.h:28
hal_device_id_enum
Definition wlan_spec_type.h:22
@ HAL_DEVICE_ID_BUTT
Definition wlan_spec_type.h:26
@ HAL_DEVICE_ID_SLAVE
Definition wlan_spec_type.h:24
@ HAL_DEVICE_ID_MASTER
Definition wlan_spec_type.h:23