Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
static 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_dev
Function · 0.85
rt_bus_for_each_drv
Function · 0.85
bus_probe_device
Function · 0.85
rt_bus_add_driver
Function · 0.85
rt_bus_add_device
Function · 0.85
rt_bus_remove_driver
Function · 0.85
rt_bus_remove_device
Function · 0.85
rt_bus_shutdown
Function · 0.85
rt_bus_find_by_name
Function · 0.85
rt_bus_reload_driver_device
Function · 0.85
rt_bus_register
Function · 0.85
Calls
1
rt_hw_spin_unlock
Function · 0.50
Tested by
no test coverage detected