Mbed OS Reference
|
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... | |