Arduino-Storage
External Memory Storage library for Arduino
|
This is the complete list of members for Storage::Cache, including all inherited members.
addr(size_t ix=0) | Storage::Cache | inline |
Storage::Block::addr() | Storage::Block | inline |
Block(Storage &mem, uint32_t size) | Storage::Block | inline |
Cache(Storage &mem, void *buf, size_t size, size_t nmemb=1) | Storage::Cache | inline |
m_addr | Storage::Block | protected |
m_buf | Storage::Cache | protected |
m_mem | Storage::Block | protected |
MSIZE | Storage::Cache | |
NMEMB | Storage::Cache | |
read(size_t ix=0) | Storage::Cache | inline |
Storage::Block::read(void *buf, uint32_t offset, size_t size) | Storage::Block | inline |
SIZE | Storage::Block | |
write(size_t ix=0) | Storage::Cache | inline |
Storage::Block::write(uint32_t offset, const void *buf, size_t size) | Storage::Block | inline |
~Block() | Storage::Block | inline |