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

Function _dm_bus_unlock

components/drivers/core/bus.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static void _dm_bus_unlock(struct rt_spinlock *spinlock)
98{
99 rt_hw_spin_unlock(&spinlock->lock);
100}
101
102/**
103 * @brief This function loop the dev_list of the bus, and call fn in each loop

Callers 11

rt_bus_for_each_devFunction · 0.85
rt_bus_for_each_drvFunction · 0.85
bus_probe_deviceFunction · 0.85
rt_bus_add_driverFunction · 0.85
rt_bus_add_deviceFunction · 0.85
rt_bus_remove_driverFunction · 0.85
rt_bus_remove_deviceFunction · 0.85
rt_bus_shutdownFunction · 0.85
rt_bus_find_by_nameFunction · 0.85
rt_bus_registerFunction · 0.85

Calls 1

rt_hw_spin_unlockFunction · 0.50

Tested by

no test coverage detected