Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ FCpu_SpinLockInit
Function
FCpu_SpinLockInit
bsp/ft2004/libraries/bsp/standlone/ft_cpu.c:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void FCpu_SpinLockInit(void)
80
{
81
FCpu_Lock.Clock.Slock = 0;
82
FCpu_Lock.IsReady = FT_COMPONENT_IS_READLY;
83
}
84
85
void FCpu_SpinLock(void)
86
{
Callers
1
rt_hw_board_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected