函数逻辑报告 |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-27 07:15:44 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:fdt_get_property_by_offset
函数原型:const struct fdt_property *fdt_get_property_by_offset(const void *fdt, int offset, int *lenp)
返回类型:struct fdt_property
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| const void * | fdt | |
| int | offset | |
| int * | lenp |
| 369 | 如果fdt_version(fdt)小于0x10则 |
| 370 | 如果lenp则lenp等于负FDT_ERR_BADMAGIC: Given "device tree" appears not to be a* device tree at all - it is missing the flattened device* tree magic number. |
| 372 | 返回:NULL |
| 375 | 返回:fdt_get_property_by_offset_(fdt, offset, lenp) |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |