MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / system_node_init_flag

Function system_node_init_flag

components/drivers/ofw/fdt.c:851–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851static void system_node_init_flag(struct rt_ofw_node *np)
852{
853 if (np)
854 {
855 rt_ofw_node_set_flag(np, RT_OFW_F_READLY);
856 rt_ofw_node_set_flag(np, RT_OFW_F_SYSTEM);
857 }
858}
859
860rt_err_t rt_fdt_unflatten(void)
861{

Callers 1

rt_fdt_unflattenFunction · 0.85

Calls 1

rt_ofw_node_set_flagFunction · 0.85

Tested by

no test coverage detected