Function report |
Source Code:scripts\dtc\libfdt\libfdt.h |
Create Date:2022-07-28 06:18:12 |
| 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_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
Proto:static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| void * | fdt | |
| int | nodeoffset | |
| const char * | name | |
| uint32_t | val |
| 1820 | tmp = cpu_to_fdt32(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 |