Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\libfdt.h Create Date:2022-07-28 06:18:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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

Proto:static inline uint32_t fdt32_ld(const fdt32_t *p)

Type:uint32_t

Parameter:

TypeParameterName
const fdt32_t *p
129  bp = p
131  Return bp[0] << 24 | bp[1] << 16 | bp[2] << 8 | bp[3]