WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
msg_apf_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file of msg_apf_rom
4 */
5
6#ifndef MSG_APF_ROM_H
7#define MSG_APF_ROM_H
8
10
11#define APF_PROGRAM_MAX_LEN 512
12
13#ifdef _PRE_WLAN_FEATURE_APF
14typedef struct {
15 oal_bool_enum_uint8 is_enabled;
16 oal_bool_enum_uint8 rsv; // 保留,4字节对齐
17 osal_u16 program_len;
18 osal_u32 install_timestamp;
20} mac_apf_stru;
21#endif
22#endif
#define APF_PROGRAM_MAX_LEN
Definition msg_apf_rom.h:11
osal_u8 rsv[3]
Definition oal_net.h:2
osal_u8 oal_bool_enum_uint8
Definition oal_types_device_rom.h:45
unsigned char osal_u8
Definition osal_types.h:11
unsigned int osal_u32
Definition osal_types.h:13
unsigned short osal_u16
Definition osal_types.h:12