Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ mark
Method
mark
src/fastled_delay.h:43–43 ·
view source on GitHub ↗
Reset the timestamp that marks the start of the wait period
Source
from the content-addressed store, hash-verified
41
42
/// Reset the timestamp that marks the start of the wait period
43
void mark() { mLastMicros = fl::micros() & 0xFFFF; }
44
};
45
46
#else
Callers
15
init
Method · 0.80
showPixels
Method · 0.80
init
Method · 0.80
showPixels
Method · 0.80
showPixels
Function · 0.80
showPixels
Method · 0.80
showPixels
Method · 0.80
clockless_avr.h
File · 0.80
clockless_blocking.h
File · 0.80
clockless_blocking_controller.h
File · 0.80
showPixels
Method · 0.80
showPixels
Method · 0.80
Calls
1
micros
Function · 0.70
Tested by
no test coverage detected