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

Function rt_ofw_node_set_flag

components/drivers/include/drivers/ofw.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121rt_inline void rt_ofw_node_set_flag(struct rt_ofw_node *np, int flag)
122{
123 rt_bitmap_set_bit(&np->flags, flag);
124}
125
126rt_inline rt_bool_t rt_ofw_node_test_and_set_flag(struct rt_ofw_node *np, int flag)
127{

Callers 7

platform_probeFunction · 0.85
rt_ofw_stub_probe_rangeFunction · 0.85
system_node_init_flagFunction · 0.85
gicv2m_ofw_probeFunction · 0.85
gicv3_its_ofw_probeFunction · 0.85

Calls 1

rt_bitmap_set_bitFunction · 0.85

Tested by

no test coverage detected