MCPcopy Create free account

hub / github.com/FastLED/FastLED / functions

Functions19,181 in github.com/FastLED/FastLED

↓ 13 callersFunctionbuild_cache
Verbatim copy of src/fl/gfx/rgbw_colorimetric.cpp.hpp:build_profile_cache — minus the CCT shift (which doesn't matter for the comparison) and the dege
tests/fl/gfx/rgbw_colorimetric.cpp:591
↓ 13 callersMethodcapacity
src/fl/math/filter/moving_average_impl.h:40
↓ 13 callersFunctioncheckEqBounds
Helper: assert every field in the audio::detector::Equalizer snapshot is in valid range
tests/fl/audio/audio_reactive.cpp:1659
↓ 13 callersFunctionclassify_line
Detect if *line* starts a special member function declaration. Returns ``(kind, open_paren_col)`` or ``None``.
ci/lint_cpp/noexcept_special_members_checker.py:182
↓ 13 callersMethodcommunicate
Interact with process. Args: input: Data to send to stdin timeout: Maximum time to wait in seconds Returns:
ci/util/pio_process_killer.py:362
↓ 13 callersFunctioncompare_f32
examples/AutoResearch/AutoResearchSimd.h:42
↓ 13 callersFunctioncompare_u8_arrays
examples/SIMD/test_helpers.cpp:14
↓ 13 callersFunctioncount_active_channels
Topology activity classifier (#2748). Counts how many of `s_r, s_g, s_b` are above the LSB-level epsilon. The solvers use this to select the native a
src/fl/gfx/rgbw_colorimetric.h:208
↓ 13 callersFunctioncreateRGBChannelData
tests/platforms/arm/teensy/teensy4_common/drivers/objectfled/channel_engine_objectfled.cpp:36
↓ 13 callersFunctioncreateRequest
Helper to create JSON-RPC request
tests/fl/remote/rpc_http_stream.cpp:20
↓ 13 callersFunctioncreateTextFile
src/platforms/stub/fs_stub.hpp:246
↓ 13 callersMethodcurrent_time
src/fl/stl/chrono.cpp.hpp:52
↓ 13 callersFunctiondecodeOggToPcm
--- Utility: Decode OGG to flat PCM i16 vector ---
tests/fl/audio/detector/vocal_real_audio.hpp:77
↓ 13 callersMethoddestroy
src/fl/stl/allocator.h:249
↓ 13 callersFunctionencodeLedsToUart
src/platforms/esp/32/drivers/uart/wave8_encoder_uart.cpp.hpp:173
↓ 13 callersFunctionequal
src/fl/stl/algorithm.h:96
↓ 13 callersFunctioneval
src/fl/gfx/gamma_lut.h:174
↓ 13 callersFunctionfeedFrames
tests/fl/audio/detector/vibe.hpp:17
↓ 13 callersMethodformat
src/fl/stl/format.h:323
↓ 13 callersMethodfreeDMA
src/platforms/esp/32/drivers/rmt/rmt_5/rmt_memory_manager.cpp.hpp:780
↓ 13 callersMethodgetContext
----- State Access -----
src/fl/audio/audio_processor.h:327
↓ 13 callersMethodgetDataMutable
src/fl/math/lut.h:53
↓ 13 callersFunctiongetResult
Helper to extract result from JSON-RPC response
tests/fl/remote/rpc_http_stream.cpp:30
↓ 13 callersMethodgetTotalAllocated
Get allocation statistics
src/fl/stl/allocator.h:667
↓ 13 callersMethodgetTreb
src/fl/audio/detector/vibe.h:92
↓ 13 callersMethodgetVolume
src/fl/audio/audio_reactive.cpp.hpp:522
↓ 13 callersMethodget_lock_info
Get all holders for a lock with metadata. Args: lock_name: Name identifying the lock Returns: List of dicts
ci/util/lock_database.py:225
↓ 13 callersMethodgeti16
src/fl/math/wave/wave_simulation.cpp.hpp:86
↓ 13 callersMethodhasData
src/fl/net/http/chunked_encoding.h:26
↓ 13 callersMethodheight
src/fl/gfx/leds.h:31
↓ 13 callersMethodinlineBufferPtr
======= HELPER METHODS ======= Compute inline buffer pointer from offset (survives trivial relocation)
src/fl/stl/basic_string.h:495
↓ 13 callersMethodisMidBeat
src/fl/audio/audio_reactive.cpp.hpp:549
↓ 13 callersMethodis_floats
src/fl/stl/json.h:253
↓ 13 callersFunctionlerp
src/fl/math/fixed_point/u16x16.h:155
↓ 13 callersMethodloadAndScaleRGB
src/fl/chipsets/encoders/pixel_iterator.h:175
↓ 13 callersMethodlock
src/platforms/arm/rp/mutex_rp.cpp.hpp:58
↓ 13 callersMethodlower_bound
src/fl/stl/set.h:479
↓ 13 callersFunctionmakeBasicConfig
Basic test configuration
tests/fl/channels/validation.cpp:13
↓ 13 callersFunctionmakeBassSync
Generate a bass pulse (200 Hz sine) audio::Sample
tests/fl/audio/detector/beat.hpp:387
↓ 13 callersFunctionmake_scope_exit
src/fl/stl/scope_exit.h:48
↓ 13 callersFunctionmap
Arduino map() function - in global namespace (NOT in fl::) fl::map refers to the map container (red-black tree) Delegates to fl::map_range() for consi
src/platforms/stub/Arduino.cpp.hpp:22
↓ 13 callersFunctionmap16_to_8
src/fl/math/intmap.h:66
↓ 13 callersMethodon
* Convenience method for addEventListener with detail unwrapping * Provides a simpler API similar to Node.js EventEmitter * @param {string} even
src/platforms/wasm/compiler/modules/core/fastled_events.ts:112
↓ 13 callersFunctionpath_to_string
(path: &Path)
ci/lint_cpp_rs/src/lib.rs:1776
↓ 13 callersFunctionrender_value_fp
Fixed-point render_value: same algorithm as float render_value() in engine_core.h. Returns clamped noise value in [0, 255] range. Algorithm: newx = (
src/fl/fx/2d/animartrix_detail/render_value_fp.h:53
↓ 13 callersFunctionresetMockState
tests/platforms/esp/32/drivers/lcd_spi/lcd_spi_peripheral_mock.cpp:17
↓ 13 callersMethodrms
O(1) - returns pre-computed cached value
src/fl/audio/audio.cpp.hpp:140
↓ 13 callersFunctionrunSingleValidationTest
src/fl/channels/validation.cpp.hpp:13
↓ 13 callersFunctionscale16by8
Scale a 16-bit unsigned value by an 8-bit value (C implementation for ATtiny)
src/platforms/avr/attiny/math/scale8.h:99
↓ 13 callersMethodsend_rpc
Send JSON-RPC command and wait for response. Args: function: RPC function name (e.g., "configure", "runTest") args: F
ci/autoresearch_agent.py:137
↓ 13 callersMethodsetConfidenceThreshold
src/fl/audio/detector/pitch.h:59
↓ 13 callersMethodsetMemoryBlockStrategy
src/platforms/esp/32/drivers/rmt/rmt_5/rmt_memory_manager.cpp.hpp:314
↓ 13 callersMethodsetOn
src/fl/control/wled/client.cpp.hpp:27
↓ 13 callersMethodsetStencil
@brief Select the discrete Laplacian stencil @param s LaplacianStencil::FivePoint (default at SuperSample 1X) or LaplacianStencil::NinePointIsotropic
src/fl/fx/2d/wave.h:261
↓ 13 callersMethodspan
======= CONSTRUCTORS =======
src/fl/stl/span.h:404
↓ 13 callersFunctionspread_transpose16_symbol
src/fl/channels/detail/bit_spread_lut.hpp:43
↓ 13 callersMethodtimestamp
src/fl/audio/audio.cpp.hpp:132
↓ 13 callersMethodtotal_period_ns
@brief Get total bit period (T1 + T2 + T3)
src/fl/chipsets/chipset_timing_config.h:36
↓ 13 callersMethodupdate
tests/fl/task/executor.cpp:40
↓ 13 callersFunctionupdate_status
Update status file with current daemon state. Args: state: DaemonState enum value message: Human-readable status message
ci/util/pio_package_daemon.py:177
↓ 13 callersMethodwait
(self, echo: bool = False)
ci/tests/test_ninja_maintenance.py:41
↓ 13 callersMethodwidth
src/fl/gfx/leds.h:30
↓ 12 callersFunctionClearTrackingData
Helper function to clear tracking data
tests/fl/stl/allocator.cpp:1245
↓ 12 callersFunctionPSRamAllocate
src/fl/stl/allocator.cpp.hpp:119
↓ 12 callersFunctionPSRamDeallocate
src/fl/stl/allocator.cpp.hpp:138
↓ 12 callersFunctionUpscalePalette
src/fl/gfx/colorutils.cpp.hpp:1212
↓ 12 callersFunction_extract_fl_is_macros_on_preprocessor_lines
Extract all FL_IS_* macros used on preprocessor conditional lines.
ci/lint_cpp/is_header_include_checker.py:61
↓ 12 callersMethod_get_connection
Get a new database connection with WAL mode and busy timeout.
ci/util/lock_database.py:40
↓ 12 callersFunctionadd
src/fl/fx/2d/animartrix_detail/engine_core.h:153
↓ 12 callersMethodbegin
src/platforms/arm/teensy/teensy4_common/rx_flexio_channel.cpp.hpp:541
↓ 12 callersFunctionclamp_u8
Clamp a float to [0, 255] before casting to u8, avoiding UB from out-of-range float-to-integer conversion.
src/fl/fx/1d/perlin_particle_punch.cpp.hpp:11
↓ 12 callersMethodclear
src/fl/control/wled/client.cpp.hpp:44
↓ 12 callersMethodcontains
src/fl/math/geometry.h:471
↓ 12 callersMethodcontains
src/platforms/arm/teensy/teensy4_common/clockless_objectfled.cpp.hpp:58
↓ 12 callersFunctioncreateMockPeripheral
@brief Create mock peripheral as shared_ptr
tests/platforms/esp/32/drivers/lcd_cam/channel_driver_lcd_rgb.cpp:44
↓ 12 callersFunctioncreateSample_SignalConditioner
tests/fl/audio/signal_conditioner.hpp:14
↓ 12 callersFunctioncreateSpiTestChannelData
tests/platforms/esp/32/drivers/i2s_spi/channel_driver_i2s_spi.cpp:28
↓ 12 callersMethoddisconnect
Disconnect from server
tests/fl/stl/asio/http/test_utils/mock_http_client.h:60
↓ 12 callersMethoddrawLine
src/fl/gfx/gfx.h:79
↓ 12 callersMethoddrawRing
src/fl/gfx/gfx.h:91
↓ 12 callersFunctioneaseInOutQuad8
src/fl/math/ease.cpp.hpp:64
↓ 12 callersMethodemplace_back
src/fl/stl/list.h:388
↓ 12 callersFunctionencodeHD108
src/fl/chipsets/encoders/hd108.h:38
↓ 12 callersFunctionend
src/fl/stl/unordered_map.h:300
↓ 12 callersMethoderror_message
tests/fl/fx/video.cpp:78
↓ 12 callersFunctionfill_deterministic
Helper: fill pixel arrays with deterministic test data.
tests/fl/gfx/blur.cpp:609
↓ 12 callersFunctionfl_spi_get_lut_array
Direct array accessors (main thread) */
src/platforms/shared/spi_bitbang/spi_isr_engine.cpp.hpp:110
↓ 12 callersMethodforceTransmissionComplete
src/platforms/shared/mock/esp/32/drivers/uart_peripheral_mock.cpp.hpp:199
↓ 12 callersFunctionfseek
src/fl/stl/detail/file_io.h:188
↓ 12 callersMethodgetBusInfo
src/platforms/shared/spi_manager.cpp.hpp:562
↓ 12 callersMethodgetCreateCount
@brief Total number of `createInstance()` calls.
src/platforms/shared/mock/arm/teensy4/drivers/lpuart/lpuart_peripheral_mock.h:157
↓ 12 callersMethodgetDeinitCount
src/platforms/esp/32/drivers/lcd_spi/lcd_spi_peripheral_mock.cpp.hpp:286
↓ 12 callersMethodgetDrawCount
src/platforms/esp/32/drivers/lcd_cam/lcd_rgb_peripheral_mock.cpp.hpp:351
↓ 12 callersMethodgetShowCallCount
* @brief Get the number of times show() was called * @return Call count */
tests/fl/fx/mock_fastled.h:168
↓ 12 callersMethodgetTimeout
src/fl/net/http/stream_transport.cpp.hpp:377
↓ 12 callersMethodheader
src/fl/stl/asio/http/server.cpp.hpp:156
↓ 12 callersFunctionhival
src/platforms/avr/atmega/common/avr_pin.h:35
↓ 12 callersMethodisValid
src/fl/audio/synth.cpp.hpp:125
↓ 12 callersMethodis_number
is_number() returns true if the value is any numeric type (int or float)
src/fl/stl/json.h:246
↓ 12 callersMethodis_rejected
Check if Promise is rejected (completed with error)
src/fl/task/promise.h:152
← previousnext →801–900 of 19,181, ranked by callers