Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ get_platform_name
Function
get_platform_name
src/platforms/isr_null.hpp:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
inline const char* get_platform_name() FL_NOEXCEPT {
140
return null_get_platform_name();
141
}
142
143
inline u32 get_max_timer_frequency() FL_NOEXCEPT {
144
return null_get_max_timer_frequency();
Callers
1
FL_TEST_FILE
Function · 0.50
Calls
1
null_get_platform_name
Function · 0.85
Tested by
no test coverage detected