Searched refs:device_tree_prop_get_u32 (Results 1 – 3 of 3) sorted by relevance
211 int device_tree_prop_get_u32(struct device_tree_prop* prop, uint32_t* value);
133 rc = device_tree_prop_get_u32(prop, &prop_value_u32); in TEST_F()
311 int device_tree_prop_get_u32(struct device_tree_prop* prop, uint32_t* value) { in device_tree_prop_get_u32() function