Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ delay_s
Function
delay_s
bsp/loongson/ls1cdev/libraries/ls1c_delay.c:78–86 ·
view source on GitHub ↗
* ��ʱָ��ʱ�䣬��λs * @i ��ʱʱ�䣬��λs */
Source
from the content-addressed store, hash-verified
76
* @i ��ʱʱ�䣬��λs
77
*/
78
void delay_s(int i)
79
{
80
for ( ; i > 0; i--)
81
{
82
delay_ms(1000);
83
}
84
85
return ;
86
}
87
88
89
Callers
nothing calls this directly
Calls
1
delay_ms
Function · 0.70
Tested by
no test coverage detected