WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
msg_btcoex_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file
4 */
5
6#ifndef MSG_BTCOEX_ROM_H
7#define MSG_BTCOEX_ROM_H
8
10
11typedef struct {
12 osal_u8 dis_abort : 1; /* ps期间是否disable abort */
13 osal_u8 reply_cts : 1; /* ps期间是否回复CTS */
14 osal_u8 rsp_frame_ps : 1; /* ps期间响应帧是否设置ps bit */
15 osal_u8 one_pkt_en : 1; /* 是否发送one pkt节能帧 */
16 osal_u8 custom_option : 1; /* 自定义开关选项 */
17 osal_u8 close_rts : 1; /* 关闭rts功能 */
19 osal_u8 resv_bytes[3];
21
22typedef struct {
23 /* 字段参考hal_one_packet_cfg_stru 部分字段需要在device侧自行获取 */
26 osal_u16 protect_coex_pri : 2; /* btcoex下使用,one pkt发送优先级 */
32 osal_u16 duration; /* 单位 us */
33 osal_u16 timeout; /* 硬件超时时间 */
34 osal_u16 wait_timeout; /* 软件定时器超时时间 */
35
37 osal_u8 is_vap_param : 1; /* vap参数标志 */
38 osal_u8 is_dev_param : 1; /* dev参数标志 */
39 osal_u8 bit_rsv2 : 5; /* 字节对齐 */
40 osal_u8 rsv[1]; /* 字节对齐 */
42
43#endif
osal_u8 hal_fcs_protect_type_enum_uint8
Definition hal_commom_ops_type_rom.h:70
osal_u8 hal_fcs_protect_cnt_enum_uint8
Definition hal_commom_ops_type_rom.h:102
osal_u8 rsv[3]
Definition oal_net.h:2
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
Definition msg_btcoex_rom.h:11
osal_u8 reply_cts
Definition msg_btcoex_rom.h:13
osal_u8 close_rts
Definition msg_btcoex_rom.h:17
osal_u8 resv_bits
Definition msg_btcoex_rom.h:18
osal_u8 rsp_frame_ps
Definition msg_btcoex_rom.h:14
osal_u8 one_pkt_en
Definition msg_btcoex_rom.h:15
osal_u8 custom_option
Definition msg_btcoex_rom.h:16
osal_u8 dis_abort
Definition msg_btcoex_rom.h:12
Definition msg_btcoex_rom.h:22
osal_u16 cfg_one_pkt_tx_vap_index
Definition msg_btcoex_rom.h:27
hal_fcs_protect_cnt_enum_uint8 protect_cnt
Definition msg_btcoex_rom.h:25
osal_u16 protect_coex_pri
Definition msg_btcoex_rom.h:26
osal_u32 tx_data_rate
Definition msg_btcoex_rom.h:31
osal_u16 cfg_one_pkt_tx_peer_index
Definition msg_btcoex_rom.h:28
osal_u32 tx_mode
Definition msg_btcoex_rom.h:30
osal_u16 duration
Definition msg_btcoex_rom.h:32
osal_u8 is_vap_param
Definition msg_btcoex_rom.h:37
osal_u8 bit_rsv2
Definition msg_btcoex_rom.h:39
osal_u8 is_dev_param
Definition msg_btcoex_rom.h:38
osal_u8 is_valid
Definition msg_btcoex_rom.h:36
osal_u16 timeout
Definition msg_btcoex_rom.h:33
osal_u16 bit_rsv
Definition msg_btcoex_rom.h:29
hal_fcs_protect_type_enum_uint8 protect_type
Definition msg_btcoex_rom.h:24
osal_u16 wait_timeout
Definition msg_btcoex_rom.h:34