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_cell - append a single cell value to a property* This is an alternative name for fdt_appendprop_u32()
Proto:static inline int fdt_appendprop_cell(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 |
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 |