Function report |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-28 06:18:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_node_offset_by_phandle
Proto:int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | fdt | |
uint32_t | phandle |
660 | If phandle == 0 || phandle == -1 Then Return -FDT_ERR_BADPATH: Function was passed a badly formatted path* (e.g. missing a leading / for a function which requires an* absolute path) |
674 | If fdt_get_phandle(fdt, offset) == phandle Then Return offset |
678 | Return offset |
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 |