Mbed OS Reference
Loading...
Searching...
No Matches
CacheAlignedBuffer class

Data Structures

class  CacheAlignedBuffer< DataT >
 CacheAlignedBuffer is used by Mbed in locations where we need a cache-aligned buffer. More...
 
class  StaticCacheAlignedBuffer< DataT, BufferSize >
 CacheAlignedBuffer type designed for static allocation. More...
 
class  DynamicCacheAlignedBuffer< DataT >
 CacheAlignedBuffer type which allocates its backing buffer on the heap. More...
 

Detailed Description