Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ _wait_for_event
Function
_wait_for_event
libcpu/aarch64/common/cpu.c:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
rt_inline void _wait_for_event(void)
123
{
124
__asm__ volatile(
"wfe"
:::
"memory"
);
125
}
126
127
void rt_hw_spin_lock(rt_hw_spinlock_t *_lock)
128
{
Callers
1
rt_hw_spin_lock
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected