WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_bcn_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_irq_rom.c.
4 */
5
6#ifndef HAL_BCN_ROM_H
7#define HAL_BCN_ROM_H
8
9#include "hal_device_rom.h"
10
11#ifdef __cplusplus
12#if __cplusplus
13extern "C" {
14#endif
15#endif
16
17#undef THIS_FILE_ID
18#define THIS_FILE_ID OAM_FILE_ID_HAL_BCN_H
19
21#ifdef _PRE_WLAN_FEATURE_MAC_PARSE_TIM
22osal_void hh503_irq_bcn_no_frm_isr(hal_device_stru *hal_device, osal_u8 data);
23#endif
24
25#ifdef __cplusplus
26#if __cplusplus
27}
28#endif
29#endif
30
31#endif /* HAL_BCN_H */
32
osal_void hh503_irq_wait_beacon_timeout_isr(hal_device_stru *hal_device, osal_u8 data)
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
Definition hal_device_rom.h:39
Definition hal_uart_v151_regs_def.h:38