ChibiOS/HAL
7.0.3
|
Null streams structures and macros. More...
Go to the source code of this file.
Data Structures | |
struct | NullStreamVMT |
NullStream virtual methods table. More... | |
struct | NullStream |
Null stream object. More... | |
Macros | |
#define | _null_stream_data _base_sequential_stream_data |
NullStream specific data. More... | |
Functions | |
void | nullObjectInit (NullStream *nsp) |
Null stream object initialization. More... | |
Null streams structures and macros.
Definition in file nullstreams.h.