Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ delayMicroseconds
Function
delayMicroseconds
Sming/Core/Clock.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void delayMicroseconds(uint32_t time)
42
{
43
os_delay_us(time);
44
}
Callers
15
analogRead
Method · 0.85
SenseOneCycle
Method · 0.85
bitPatterns
Method · 0.85
readRaw
Method · 0.85
waitUsec
Function · 0.85
send
Method · 0.85
fio_shiftOut1_init
Function · 0.85
fio_shiftOut1
Function · 0.85
ATOMIC_BLOCK
Function · 0.85
send
Method · 0.85
send
Method · 0.85
begin
Method · 0.85
Calls
1
os_delay_us
Function · 0.50
Tested by
1
bitPatterns
Method · 0.68