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
相關文章
相關標籤/搜索