Function report |
Source Code:scripts\dtc\libfdt\libfdt.h |
Create Date:2022-07-28 06:18:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dt_appendprop_u64 - append a 64-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: 64-bit integer value to append to the property
Proto:static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | fdt | |
int | nodeoffset | |
const char * | name | |
uint64_t | val |
1855 | tmp = cpu_to_fdt64(val) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |