FastLED 3.9.15
Loading...
Searching...
No Matches

◆ InlinedMemoryBlock() [1/3]

template<typename T, size_t N>
fl::InlinedMemoryBlock< T, N >::InlinedMemoryBlock ( )
inline

Definition at line 29 of file vector.h.

29 {
30 memset(mMemoryBlock, 0, sizeof(mMemoryBlock));
31#ifdef FASTLED_TESTING
32 __data = memory();
33#endif
34 }
MemoryType mMemoryBlock[kBlockSize]
Definition vector.h:42

References memory(), and mMemoryBlock.

Referenced by InlinedMemoryBlock(), and InlinedMemoryBlock().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: