函数逻辑报告 |
Source Code:scripts\dtc\libfdt\libfdt.h |
Create Date:2022-07-27 07:15:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dt_appendprop_u32 - append a 32-bit integer value to a property*@fdt: pointer to the device tree blob*@nodeoffset: offset of the node whose property to change*@name: name of the property to change*@val: 32-bit integer value to append to the property
函数原型:static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | fdt | |
int | nodeoffset | |
const char * | name | |
uint32_t | val |
1820 | tmp等于cpu_to_fdt32(val) |
1821 | 返回:fdt_appendprop(fdt, nodeoffset, name, & tmp, tmp的长度) |
名称 | 描述 |
---|---|
fdt_appendprop_cell | 附加属性值 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |