MCPcopy 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
90rt_inline void rt_hw_dmb(void)
91{
92 __asm volatile ("dmb":::"memory");
93}
94
95rt_inline void rt_hw_dsb(void)
96{

Callers 2

group1_entryFunction · 0.50
group2_entryFunction · 0.50

Calls

no outgoing calls

Tested by 2

group1_entryFunction · 0.40
group2_entryFunction · 0.40