WS63 SDK 文档
7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
oal_wlan_util_rom.h
浏览该文件的文档.
1
/*
2
* Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3
* Description: oal util interface
4
*/
5
6
#ifndef OAL_WLAN_UTIL_ROM_H
7
#define OAL_WLAN_UTIL_ROM_H
8
9
#include "
frw_util_rom.h
"
10
#include "
wlan_util_common_rom.h
"
11
12
#ifdef __cplusplus
13
#if __cplusplus
14
extern
"C"
{
15
#endif
16
#endif
17
18
/* 字节操作 */
19
static
INLINE__
osal_u32
oal_rotl_w(
osal_u32
val,
osal_u32
bits,
osal_u32
width)
20
{
21
return
(val << bits) | (val >> (width - bits));
22
}
23
static
INLINE__
osal_u32
oal_rotl32(
osal_u32
val,
osal_u32
bits)
24
{
25
return
oal_rotl_w(val, bits, 32);
/* 32 bits word */
26
}
27
28
#ifdef __cplusplus
29
#if __cplusplus
30
}
31
#endif
32
#endif
33
34
#endif
/* end of oal_wlan_util_rom.h */
frw_util_rom.h
INLINE__
#define INLINE__
Definition
osal_list.h:25
osal_u32
unsigned int osal_u32
Definition
osal_types.h:13
wlan_util_common_rom.h
src
protocol
wifi
rom_code
ws63
source
device
frw
romable
oal_wlan_util_rom.h
由
William Goodspeed
维护 | E-mail: gongzl@stu.hebust.edu.cn | Wechat: a23333344 | ALSO CHECKOUT
WS63FLASH
!
生成于 2025年 一月 4日 星期六 17:47:12 , 为 WS63 SDK 文档使用
1.9.8