Function report |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-28 06:18:22 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_find_max_phandle
Proto:int fdt_find_max_phandle(const void *fdt, uint32_t *phandle)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void * | fdt | |
| uint32_t * | phandle |
| 104 | max = 0 |
| 105 | offset = -1 |
| 107 | When (true) cycle |
| 110 | offset = fdt_next_node(fdt, offset, NULL) |
| 111 | If offset < 0 Then |
| 112 | If offset == -Error codes: informative error codes Then Break |
| 115 | Return offset |
| 118 | value = fdt_get_phandle(fdt, offset) |
| 127 | Return 0 |
| 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 |