Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ mask
Function
mask
src/fl/system/fastpin_base.h:196–196 ·
view source on GitHub ↗
@copydoc Pin::mask()
Source
from the content-addressed store, hash-verified
194
static port_ptr_t port() FL_NOEXCEPT __attribute__ ((always_inline)) { return nullptr; }
195
/// @copydoc Pin::mask()
196
static port_t mask() FL_NOEXCEPT __attribute__ ((always_inline)) { return 0; }
197
};
198
199
#endif
Callers
1
CheckPin
Function · 0.50
Calls
no outgoing calls
Tested by
1
CheckPin
Function · 0.40