WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_omi_rom.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: MAC/OMI interface implementation.
4 */
5#ifndef HAL_OMI_ROM_H
6#define HAL_OMI_ROM_H
7
8#ifdef _PRE_WLAN_FEATURE_OM
9/*****************************************************************************
10 1 其他头文件包含
11******************************************************************************/
12#ifdef __cplusplus
13#if __cplusplus
14extern "C" {
15#endif
16#endif
17
18/*****************************************************************************
19 10 函数声明
20******************************************************************************/
21osal_void hh503_irq_rom_info_handle_isr(hal_device_stru *hal_device);
22osal_void hh503_irq_he_htc_receive_isr(hal_device_stru *hal_device, osal_u8 data);
23
24#ifdef __cplusplus
25#if __cplusplus
26}
27#endif
28#endif
29
30#endif
31#endif
32
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