MCPcopy Create free account

hub / github.com/bbulkow/FastLED-idf / functions

Functions740 in github.com/bbulkow/FastLED-idf

Function__cxa_guard_acquire
components/FastLED-idf/FastLED.cpp:258
Function__cxa_guard_release
components/FastLED-idf/FastLED.cpp:263
Function__cxa_pure_virtual
components/FastLED-idf/FastLED.cpp:246
Function__detachInterrupt
components/FastLED-idf/hal/esp32-hal-gpio.c:364
Function__digitalRead
components/FastLED-idf/hal/esp32-hal-gpio.c:273
Function__digitalWrite
components/FastLED-idf/hal/esp32-hal-gpio.c:256
Function__onPinInterrupt
components/FastLED-idf/hal/esp32-hal-gpio.c:285
Function__pinMode
components/FastLED-idf/hal/esp32-hal-gpio.c:198
Function__yield
components/FastLED-idf/hal/esp32-hal-misc.c:48
Function_delaycycles_AVR
components/FastLED-idf/fastled_delay.h:80
Function_fastfade_cb
main/main.cpp:300
Method_init
components/FastLED-idf/fastpin.h:40
Method_init
components/FastLED-idf/fastpin.h:165
Functionadd8
add one byte to another, with one byte result
components/FastLED-idf/lib8tion/math8.h:117
Functionadd8to16
add one byte to another, with one byte result
components/FastLED-idf/lib8tion/math8.h:132
Functionaddmod8
Add two numbers, and calculate the modulo of the sum and a third number, M. In other words, it returns (A+B) % M. It is designed as a compact mechanis
components/FastLED-idf/lib8tion/math8.h:297
Methodadjust
LPD8806 spec wants the high bit of every rgb data byte sent out to be set.
components/FastLED-idf/chipsets.h:87
Methodadjust
components/FastLED-idf/fastspi_types.h:22
MethodadvanceAndLoadAndScale
components/FastLED-idf/controller.h:358
MethodadvanceAndLoadAndScale0
components/FastLED-idf/controller.h:369
MethodadvanceBy
get the amount to advance the pointer by
components/FastLED-idf/controller.h:324
MethodallocateDMABuffer
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:420
Functionapp_main
main/main.cpp:405
Functionatexit
components/FastLED-idf/FastLED.cpp:236
Functionavg15
Calculate an integer average of two signed 15-bit integers (int16_t) If the first argument is even, result is rounded down. If the first argument is o
components/FastLED-idf/lib8tion/math8.h:238
Functionavg15_inline_avr_mul
inlined copy of avg15 for AVR with MUL instruction; cloned from math8.h Forcing this inline in the 3-D 16bit noise produces a 12% speedup overall, at
components/FastLED-idf/noise.cpp:34
Functionavg16
Calculate an integer average of two unsigned 16-bit integer values (uint16_t). Fractional results are rounded down, e.g. avg16(20,41) = 30
components/FastLED-idf/lib8tion/math8.h:190
Functionavg8
Calculate an integer average of two unsigned 8-bit integer values (uint8_t). Fractional results are rounded down, e.g. avg8(20,41) = 30
components/FastLED-idf/lib8tion/math8.h:169
Functionblend
components/FastLED-idf/colorutils.cpp:271
MethodblendPixelColor
* Blends the specified color with the existing pixel color. */
components/WS2812FX-idf/FX_fcn.cpp:604
Methodblink
* Blink/strobe function * Alternate between color1 and color2 * if(strobe == true) then create a strobe effect * NOTE: Maybe re-rework without time
components/WS2812FX-idf/FX.cpp:55
FunctionblinkLeds_chase
main/main.cpp:375
FunctionblinkLeds_chase2
main/main.cpp:183
FunctionblinkLeds_interesting
main/main.cpp:268
FunctionblinkLeds_simple
main/main.cpp:347
FunctionblinkWithFx_allpatterns
main/main.cpp:87
FunctionblinkWithFx_test
main/main.cpp:141
Methodblur
* blurs segment content, source: FastLED colorutils.cpp */
components/WS2812FX-idf/FX_fcn.cpp:647
Functionblur2d
components/FastLED-idf/colorutils.cpp:400
Functionbrighten8_lin
inverse of the dimming function, brighten a value
components/FastLED-idf/lib8tion/scale8.h:699
Functionbrighten8_raw
inverse of the dimming function, brighten a value
components/FastLED-idf/lib8tion/scale8.h:685
Functionbrighten8_video
inverse of the dimming function, brighten a value
components/FastLED-idf/lib8tion/scale8.h:692
Functionbseconds16
bseconds16 returns the current time-since-boot in "binary seconds", which are actually 1024/1000 of a second long.
components/FastLED-idf/lib8tion.h:1073
Functioncalculate_max_brightness_for_power_vmA
components/FastLED-idf/power_mgt.cpp:80
Methodcandle
components/WS2812FX-idf/FX.cpp:2732
Methodcbegin
components/FastLED-idf/pixelset.h:287
Methodcend
components/FastLED-idf/pixelset.h:288
Methodchase
* color chase function. * color1 = background color * color2 and color3 = colors of two adjacent leds */
components/WS2812FX-idf/FX.cpp:699
Methodclear
components/FastLED-idf/FastLED.cpp:108
MethodclearData
components/FastLED-idf/FastLED.cpp:115
MethodclearLeds
clear out/zero out the given number of leds.
components/FastLED-idf/controller.h:76
Methodcol_to_crgb
components/WS2812FX-idf/FX_fcn.cpp:720
Methodcolor_blend
* color blend function - returns color code */
components/WS2812FX-idf/FX_fcn.cpp:570
Methodcolor_from_palette
* Gets a single color from the currently selected palette. * @param i Palette Index (if mapping is true, the full palette will be SEGLEN long, if fal
components/WS2812FX-idf/FX_fcn.cpp:843
Methodcolor_wheel
* Put a value 0 to 255 in to get a color value. * The colours are a transition r -> g -> b -> back to r * Inspired by the Adafruit examples. * In F
components/WS2812FX-idf/FX_fcn.cpp:683
Methodcolor_wipe
* Color wipe function * LEDs are turned on (color1) in sequence, then turned off (color2) in sequence. * if (bool rev == true) then LEDs are turned
components/WS2812FX-idf/FX.cpp:125
MethodcomputeAdjustment
components/FastLED-idf/controller.h:150
MethodconvertAllPixelData
-- Convert all pixels to RMT pulses This function is only used when the user chooses to use the built-in RMT driver, which needs all of the RMT pulses
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.h:413
Functioncos16
Fast 16-bit approximation of cos(x). This approximation never varies more than 0.69% from the floating point value you'd get by doing float s = cos(x
components/FastLED-idf/lib8tion/trig8.h:120
Methodcount
components/FastLED-idf/FastLED.cpp:66
MethodcountFPS
components/FastLED-idf/FastLED.cpp:206
Methodcport
components/FastLED-idf/platforms/esp/32/fastpin_esp32.h:76
Methodcrgb_to_col
components/WS2812FX-idf/FX_fcn.cpp:714
MethoddeallocateData
components/WS2812FX-idf/FX.h:317
Functiondelay
components/FastLED-idf/hal/esp32-hal-misc.c:149
Functiondelay_at_max_brightness_for_power
components/FastLED-idf/power_mgt.cpp:180
Functiondelaycycles
components/FastLED-idf/fastled_delay.h:95
Functiondelaycycles<-10>
components/FastLED-idf/fastled_delay.h:123
Functiondelaycycles<-1>
components/FastLED-idf/fastled_delay.h:132
Functiondelaycycles<-2>
components/FastLED-idf/fastled_delay.h:131
Functiondelaycycles<-3>
components/FastLED-idf/fastled_delay.h:130
Functiondelaycycles<-4>
components/FastLED-idf/fastled_delay.h:129
Functiondelaycycles<-5>
components/FastLED-idf/fastled_delay.h:128
Functiondelaycycles<-6>
components/FastLED-idf/fastled_delay.h:127
Functiondelaycycles<-7>
components/FastLED-idf/fastled_delay.h:126
Functiondelaycycles<-8>
components/FastLED-idf/fastled_delay.h:125
Functiondelaycycles<-9>
components/FastLED-idf/fastled_delay.h:124
Functiondelaycycles<0>
components/FastLED-idf/fastled_delay.h:133
Functiondelaycycles<1>
components/FastLED-idf/fastled_delay.h:134
Functiondelaycycles<2>
components/FastLED-idf/fastled_delay.h:135
Functiondelaycycles<3>
components/FastLED-idf/fastled_delay.h:136
Functiondelaycycles<4>
components/FastLED-idf/fastled_delay.h:137
Functiondelaycycles<5>
components/FastLED-idf/fastled_delay.h:138
Functiondelaycycles_min1
components/FastLED-idf/fastled_delay.h:69
Functiondim8_lin
Linear version of the dimming function that halves for values < 128
components/FastLED-idf/lib8tion/scale8.h:673
Functiondim8_raw
Adjust a scaling value for dimming
components/FastLED-idf/lib8tion/scale8.h:661
Functiondim8_video
Adjust a scaling value for dimming for video (value will never go below 1)
components/FastLED-idf/lib8tion/scale8.h:667
FunctiondisableCore0WDT
components/FastLED-idf/hal/esp32-hal-misc.c:96
FunctiondisableCore1WDT
components/FastLED-idf/hal/esp32-hal-misc.c:111
FunctiondisableLoopWDT
components/FastLED-idf/hal/esp32-hal-misc.c:72
Methoddissolve
* Dissolve function */
components/WS2812FX-idf/FX.cpp:511
Methoddither
components/FastLED-idf/controller.h:346
MethoddoneOnChannel
-- A controller is done This function is called when a controller finishes writing its data. It is called either by the custom interrupt handler (belo
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:493
MethoddoneOnRMTChannel
In the case of the build-in driver, they specify the RMT channel so we use the arg instead
components/FastLED-idf/platforms/esp/32/clockless_rmt_esp32.cpp:482
Methoddump
components/FastLED-idf/pixelset.h:80
Functionease16InOutQuad
ease16InOutQuad: 16-bit quadratic ease-in / ease-out function C implementation at this point
components/FastLED-idf/lib8tion.h:651
Functionease8InOutApprox
components/FastLED-idf/lib8tion.h:697
Methodempty
Clear DMA buffer * * Yves' clever trick: initialize the bits that we know must be 0 * or 1 regardless of what bit they encode. *
components/FastLED-idf/platforms/esp/32/clockless_i2s_esp32.h:543
FunctionenableCore0WDT
components/FastLED-idf/hal/esp32-hal-misc.c:89
FunctionenableCore1WDT
components/FastLED-idf/hal/esp32-hal-misc.c:104
← previousnext →201–300 of 740, ranked by callers