|
FastLED 3.9.15
|
|
inline |
Generic bit-interleaving primitive for N lanes with M-bit source data (ISR-safe)
This is a generalized transposition function that can handle:
Use cases:
| lanes | Array of lane data pointers (cast to TSource*) |
| num_lanes | Number of lanes to transpose (1-16) |
| output | Output buffer |
| num_items | Number of source items to transpose per lane |
Definition at line 473 of file transposition.h.
References FL_NOEXCEPT.