MCPcopy 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
41void delayMicroseconds(uint32_t time)
42{
43 os_delay_us(time);
44}

Callers 15

analogReadMethod · 0.85
SenseOneCycleMethod · 0.85
bitPatternsMethod · 0.85
readRawMethod · 0.85
waitUsecFunction · 0.85
sendMethod · 0.85
fio_shiftOut1_initFunction · 0.85
fio_shiftOut1Function · 0.85
ATOMIC_BLOCKFunction · 0.85
sendMethod · 0.85
sendMethod · 0.85
beginMethod · 0.85

Calls 1

os_delay_usFunction · 0.50

Tested by 1

bitPatternsMethod · 0.68