45static size_t writes(
void *ip,
const uint8_t *bp,
size_t n) {
53static size_t reads(
void *ip, uint8_t *bp,
size_t n) {
static const struct EFlashDriverVMT vmt
static msg_t unget(void *ip, uint8_t b)
static size_t reads(void *ip, uint8_t *bp, size_t n)
static msg_t get(void *ip)
static msg_t put(void *ip, uint8_t b)
void nullObjectInit(NullStream *nsp)
Null stream object initialization.
static size_t writes(void *ip, const uint8_t *bp, size_t n)
int32_t msg_t
Type of a message.
Null streams structures and macros.
const struct NullStreamVMT * vmt
Virtual Methods Table.
NullStream virtual methods table.