the final class of MkBufferStreamS with 64 byte ILS-Size … More...
#include <LibMkKernel_mk.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
struct MkBufferS buf | ||
struct MkBufferStreamS bus | ||
} | super | |
MK_BINB | ils_data [MkBufferStream64_ils_size] | |
ILS storage | ||
the final class of MkBufferStreamS with 64 byte ILS-Size …
This buffer is used for small-data-io (internal usage).
Definition at line 7351 of file LibMkKernel_mk.h.
struct MkBufferS MkBufferStream64S::buf |
Definition at line 7356 of file LibMkKernel_mk.h.
struct MkBufferStreamS MkBufferStream64S::bus |
Definition at line 7357 of file LibMkKernel_mk.h.
MK_BINB MkBufferStream64S::ils_data[MkBufferStream64_ils_size] |
ILS storage
Definition at line 7363 of file LibMkKernel_mk.h.
struct MkObjectS MkBufferStream64S::obj |
Definition at line 7355 of file LibMkKernel_mk.h.
union { ... } MkBufferStream64S::super |