WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_device_fsm.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Header file for hal_device_fsm_rom.c.
4 */
5
6#ifndef __HAL_DEVICE_FSM_H__
7#define __HAL_DEVICE_FSM_H__
8
9/*****************************************************************************
10 1 头文件包含
11*****************************************************************************/
12#include "hal_common_ops.h"
13#include "hal_device_fsm_rom.h"
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
20/*****************************************************************************
21 函数声明
22*****************************************************************************/
30
32
33#ifdef __cplusplus
34#if __cplusplus
35}
36#endif
37#endif
38
39#endif /* end of hal_device_fsm.h */
osal_void wlan_msg_h2d_idel_sleep_prepare(osal_void)
osal_void wlan_msg_h2d_destory_rx_dscr(hal_to_dmac_device_stru *hal_device)
osal_void wlan_msg_h2d_enable_front_end(hal_to_dmac_device_stru *hal_dev, osal_bool enable_paldo)
osal_void wlan_msg_h2d_init_rx_dscr(hal_to_dmac_device_stru *hal_device)
osal_void hal_device_idle_to_sleep_prepare(hal_to_dmac_device_stru *hal_device, hal_dev_fsm_stru *hal_dev_fsm)
osal_void wlan_msg_h2d_sync_sub_work_to_rf(osal_u8 rf_id)
osal_void wlan_msg_h2d_req_sync_pmbit(osal_u8 hal_vap_id, osal_u8 work_sub_state)
osal_void wlan_msg_h2d_sync_work_vap_state(osal_u32 work_vap_bitmap)
unsigned char osal_u8
Definition osal_types.h:11
osal_u8 osal_bool
Definition osal_types.h:27
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition hal_ops_common_rom.h:457
Definition hal_ops_common_rom.h:529