const char**

int of_property_read_string(struct device_node *np, const char *propname, const char **out_string) 函数参数和返回值含义如下: np:设备节点。 proname 要读取的属性名字。 out_string:读取到的字符串值。 返回值: 0,读取成功,负值,读取失败。 out_string这个参数是con
相关文章
相关标签/搜索