Function report |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-28 06:18:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_stringlist_get
Proto:const char *fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | fdt | |
int | nodeoffset | |
const char * | property | |
int | idx | |
int * | lenp |
760 | list = fdt_getprop(fdt, nodeoffset, property, & length) |
761 | If Not list Then |
775 | If lenp Then lenp = -FDT_ERR_BADNCELLS: Device tree has a #address-cells, #size-cells* or similar property with a bad format or value |
778 | Return NULL |
781 | If idx == 0 Then |
789 | idx-- |
792 | If lenp Then lenp = -Error codes: informative error codes |
795 | Return NULL |
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 |