Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_hw_dmb
Function
rt_hw_dmb
libcpu/arm/cortex-a/cpuport.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
rt_inline void rt_hw_dmb(void)
91
{
92
__asm volatile (
"dmb"
:::
"memory"
);
93
}
94
95
rt_inline void rt_hw_dsb(void)
96
{
Callers
2
group1_entry
Function · 0.50
group2_entry
Function · 0.50
Calls
no outgoing calls
Tested by
2
group1_entry
Function · 0.40
group2_entry
Function · 0.40