函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\libfdt.h Create Date:2022-07-27 07:15:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Alignment helpers:* These helpers access words from a device tree blob. They're* built to work even with unaligned pointers on platforms (ike* ARM) that don't like unaligned loads and stores

函数原型:static inline uint32_t fdt32_ld(const fdt32_t *p)

返回类型:uint32_t

参数:

类型参数名称
const fdt32_t *p
129  bp等于p
131  返回:bp[0]左移24位按位或bp[1]左移16位按位或bp[2]左移8位按位或bp[3]
调用者
名称描述
fdt_get_property_by_offset_
fdt_get_property_namelen_
fdt_getprop_namelen
fdt_getprop_by_offset
fdt_get_phandle