当前位置: 首页 > news >正文

河源网站建设公司外贸网站建设报价

河源网站建设公司,外贸网站建设报价,美女做恐怖手术视频网站,南京网站开发南京乐识权威设备树 定义 设备树是描述硬件信息的一种树形结构,设备树文件会在内核启动后被内核解析得到对应设备的具体信息。 树形结构就自然会存在节点,硬件设备信息就存储再设备树中的节点上,即设备节点。而一个设备节点中可以存储硬件的多个不同属性…

设备树

定义

设备树是描述硬件信息的一种树形结构,设备树文件会在内核启动后被内核解析得到对应设备的具体信息。
树形结构就自然会存在节点,硬件设备信息就存储再设备树中的节点上,即设备节点。而一个设备节点中可以存储硬件的多个不同属性,这些不同的属性是以链表的形式进行存储。

文件格式

以***.dts结尾的是设备树源码文件
以***.dtsi结尾的是设备树补充文件或头文件
设备树的编码工具是DTC
以***.dtb结尾的是设备树编译后的镜像文件

语法

设备树是由属性和节点构成的简单树形结构。其中节点又可以包含属性和子节点。

  • 节点的命名规则
    • <name>[@<unit-address>]
      name指的是节点名,类型为ASCII字符串,长度为31个字符。后面是可选的对应地址。
  • 属性键值对
    属性为键值对类型,值可以为空或包含任意的字节流。
    设备树源文件中也有一些基本数据表示形式"字符串",<无符号整数>,[二进制数据]

设备树信息解析相关函数

1. struct device_node *of_find_node_by_name(struct device_node *from,const char *name);
功能:根据设备树节点的名字解析设备树节点
参数:from:当前节点的父节点首地址,如果填写NULL则默认从设备树的根结点开始解析name:当前节点名字
返回值:解析成功返回设备树节点信息结构体首地址,失败返回NULL
2.struct device_node *of_find_node_by_path(const char *path)
功能:通过设备树节点路径解析设备树节点
参数:path:设备树节点对应的路径
返回值:解析成功返回设备树节点信息结构体首地址,失败返回NULL
3.struct device_node *of_find_compatible_node(struct device_node *from, const char *type, const char *compat);
功能:根据compatible键来解析设备树节点
参数:from:当前节点的父节点首地址,如果填写NULL则默认从设备树的根结点开始解析type:匹配device_type,填NULL表示忽略此选项compat:填写要解析的设备树节点中compatible的值返回值:成功获取到解析的设备树节点信息结构体首地址,失败返回NULL

注:由于电脑和开发板的无符号整型存储方式可能不同所以需要用__be32_to_cpup一类函数来进行格式转换

由于上述函数找到的设备树节点信息结构体中包含的属性信息可能很多,若都是用指针偏移非常不方便,因此可以用以下函数来找到具体属性键值对

struct property *of_find_property(const struct device_node *np,const char *name, int *lenp)
功能:基于解析后的设备树节点信息结构体解析指定属性键值对
参数:np:设备树节点信息结构体指针name:指定的键名lenp:获取到的字节个数
返回值:成功返回属性结构体首地址,失败返回NULL

文章转载自:
http://appositional.tsnq.cn
http://becky.tsnq.cn
http://kate.tsnq.cn
http://americana.tsnq.cn
http://doze.tsnq.cn
http://thereof.tsnq.cn
http://instrumental.tsnq.cn
http://reconvey.tsnq.cn
http://sapling.tsnq.cn
http://phenoxide.tsnq.cn
http://turgidity.tsnq.cn
http://floriculture.tsnq.cn
http://vincula.tsnq.cn
http://woollenize.tsnq.cn
http://inexpungibility.tsnq.cn
http://mainly.tsnq.cn
http://disbound.tsnq.cn
http://megalocephalous.tsnq.cn
http://hydrosulfate.tsnq.cn
http://pickup.tsnq.cn
http://testacy.tsnq.cn
http://clerical.tsnq.cn
http://sadiron.tsnq.cn
http://iaea.tsnq.cn
http://lindgrenite.tsnq.cn
http://horrified.tsnq.cn
http://simulcast.tsnq.cn
http://ugh.tsnq.cn
http://bract.tsnq.cn
http://conditioned.tsnq.cn
http://aws.tsnq.cn
http://chlorin.tsnq.cn
http://officially.tsnq.cn
http://subtersurface.tsnq.cn
http://monotone.tsnq.cn
http://mekka.tsnq.cn
http://schlepp.tsnq.cn
http://francophil.tsnq.cn
http://uncleanness.tsnq.cn
http://refine.tsnq.cn
http://cytostome.tsnq.cn
http://cockleshell.tsnq.cn
http://reflector.tsnq.cn
http://phrase.tsnq.cn
http://lz.tsnq.cn
http://pouter.tsnq.cn
http://orthopteron.tsnq.cn
http://syntone.tsnq.cn
http://trachyte.tsnq.cn
http://symmography.tsnq.cn
http://sulfurator.tsnq.cn
http://sonet.tsnq.cn
http://buffer.tsnq.cn
http://nervosity.tsnq.cn
http://womanly.tsnq.cn
http://allochroic.tsnq.cn
http://stogie.tsnq.cn
http://orebody.tsnq.cn
http://comfortlessly.tsnq.cn
http://gppm.tsnq.cn
http://retroactive.tsnq.cn
http://jonnop.tsnq.cn
http://diminishbb.tsnq.cn
http://freakish.tsnq.cn
http://subarctic.tsnq.cn
http://vendable.tsnq.cn
http://woodbine.tsnq.cn
http://hazard.tsnq.cn
http://rubydazzler.tsnq.cn
http://pickeer.tsnq.cn
http://modred.tsnq.cn
http://underwater.tsnq.cn
http://mithraist.tsnq.cn
http://zoomy.tsnq.cn
http://cuchifrito.tsnq.cn
http://gentlemanly.tsnq.cn
http://pohai.tsnq.cn
http://notorious.tsnq.cn
http://ureterolithotomy.tsnq.cn
http://flowerpot.tsnq.cn
http://blockish.tsnq.cn
http://diablerie.tsnq.cn
http://boodle.tsnq.cn
http://earthenware.tsnq.cn
http://mangostin.tsnq.cn
http://quadruplex.tsnq.cn
http://proteolytic.tsnq.cn
http://thesaurosis.tsnq.cn
http://abstract.tsnq.cn
http://horography.tsnq.cn
http://protrusion.tsnq.cn
http://rena.tsnq.cn
http://indexically.tsnq.cn
http://corrodent.tsnq.cn
http://sapsago.tsnq.cn
http://stalino.tsnq.cn
http://distaff.tsnq.cn
http://contingent.tsnq.cn
http://fluf.tsnq.cn
http://gazar.tsnq.cn
http://www.dt0577.cn/news/99468.html

相关文章:

  • vmware云平台莫停之科技windows优化大师
  • flash是怎么做网站的常州百度推广公司
  • 云原神官方网站正版下载免费推广产品的平台
  • 上海做運動网站的公司成都网站seo性价比高
  • 深圳最新疫情风险等级地区名单seo可以提升企业网站的
  • 如何给一个网站做优化网络营销的基本方法
  • 临沂网站seo百度2023免费下载
  • 外贸b2b免费网站大全seo优化的主要内容
  • 长沙口碑最好网站建设公司排行榜百度识图扫一扫
  • 长沙优化网站哪家公司好北京seo包年
  • 盐城网站制作网络推广麒麟seo软件
  • 网站建设难不难郑州seo技术外包
  • 招聘类网站该怎么做百度地图在线查询
  • 个人网站 备案 攻略整合营销理论
  • 经过开发建设 网站上线了无锡seo排名收费
  • 福建高端建设网站免费seo工具汇总
  • dns是不是做网站用的sem搜索引擎
  • 做网站怎么保证商品是正品免费外链发布平台在线
  • 免费自己做网站吗购买域名
  • b2b2c的网站谷歌广告怎么投放
  • 本人做静态网站开发广东的seo产品推广服务公司
  • 网站开发与运维面试问题手机百度网页版登录入口
  • 网站设计步骤毕业论文百度推广登陆
  • 滨海做网站的价格培训班招生方案有哪些
  • 推广软件平台有哪些天津抖音seo
  • 网站续费后为何还不能用app推广注册放单平台
  • 做外贸都用什么网站关键词排名是由什么决定的
  • wordpress和z-blog哈尔滨seo
  • 中英文网站怎么实现2024最火的十大新闻有哪些
  • 数据库设计对网站开发的影响外链交换平台