StreamAdapter.h
Go to the documentation of this file.
bool write(IDataSourceStream *source, uint32_t address, size_t len, InterruptDelegate callback)
StreamAdapter(MemoryDevice &device)
size_t getBytesRequested() const
Definition: StreamAdapter.h:39
Definition: Common.h:24
bool read(ReadWriteStream *dest, uint32_t address, size_t len, InterruptDelegate callback)
size_t getBytesTransferred() const
Definition: StreamAdapter.h:44
Helper class for streaming data to/from SPI devices.
Definition: StreamAdapter.h:25