|
FastLED 3.9.15
|
This is the complete list of members for fl::ChannelData, including all inherited members.
| ChannelData(const ChipsetVariant &chipset, fl::vector_psram< u8 > &&encodedData) FL_NOEXCEPT | fl::ChannelData | private |
| ChannelData(int pin, const ChipsetTimingConfig &timing, fl::vector_psram< u8 > &&encodedData) FL_NOEXCEPT | fl::ChannelData | private |
| ChannelData(const ChannelData &) FL_NOEXCEPT=delete | fl::ChannelData | private |
| create(const ChipsetVariant &chipset, fl::vector_psram< u8 > &&encodedData=fl::vector_psram< u8 >()) FL_NOEXCEPT | fl::ChannelData | static |
| create(int pin, const ChipsetTimingConfig &timing, fl::vector_psram< u8 > &&encodedData=fl::vector_psram< u8 >()) FL_NOEXCEPT | fl::ChannelData | static |
| fl::make_shared(Args &&... args) FL_NOEXCEPT | fl::ChannelData | friend |
| getChipset() const FL_NOEXCEPT | fl::ChannelData | inline |
| getData() const FL_NOEXCEPT | fl::ChannelData | inline |
| getData() FL_NOEXCEPT | fl::ChannelData | inline |
| getMinimumSize() const FL_NOEXCEPT | fl::ChannelData | inline |
| getPin() const FL_NOEXCEPT | fl::ChannelData | |
| getSize() const FL_NOEXCEPT | fl::ChannelData | inline |
| getTiming() const FL_NOEXCEPT | fl::ChannelData | |
| isClockless() const FL_NOEXCEPT | fl::ChannelData | inline |
| isInUse() const FL_NOEXCEPT | fl::ChannelData | inline |
| isSpi() const FL_NOEXCEPT | fl::ChannelData | inline |
| mChipset | fl::ChannelData | private |
| mEncodedData | fl::ChannelData | private |
| mInUse | fl::ChannelData | private |
| mPaddingGenerator | fl::ChannelData | private |
| operator=(const ChannelData &) FL_NOEXCEPT=delete | fl::ChannelData | private |
| setInUse(bool inUse) FL_NOEXCEPT | fl::ChannelData | inline |
| setPaddingGenerator(PaddingGenerator generator) FL_NOEXCEPT | fl::ChannelData | inline |
| writeWithPadding(fl::span< u8 > dst) FL_NOEXCEPT | fl::ChannelData | |
| ~ChannelData() | fl::ChannelData |