Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_ofw_machine_is_compatible
Function
rt_ofw_machine_is_compatible
components/drivers/ofw/base.c:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
rt_bool_t rt_ofw_machine_is_compatible(const char *compatible)
358
{
359
return ofw_node_index_of_compatible(ofw_node_root, compatible) >= 0;
360
}
361
362
/*
363
* Property status:
Callers
2
its_enable_rockchip
Function · 0.85
gicv2_enable_rmw_access
Function · 0.85
Calls
1
ofw_node_index_of_compatible
Function · 0.85
Tested by
no test coverage detected