引用一个特定的节点通常使用全路径,aliases 节点可以用于指定一个设备全路径的别名。例如:

aliases {
        ethernet0 = ð0;
        serial0 = &serial0;
    };

property = &label;,将作为字符串属性并通过引用标签来指定一个节点的全路径

 

 

相关文章:

  • 2022-12-23
  • 2021-08-14
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2022-02-27
  • 2021-10-26
  • 2021-10-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-01-30
  • 2021-07-30
  • 2021-07-11
  • 2021-09-01
相关资源
相似解决方案