![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Memory streams code. More...
#include <string.h>#include "ch.h"#include "memstreams.h"Go to the source code of this file.
Functions | |
| void | msObjectInit (MemoryStream *msp, uint8_t *buffer, size_t size, size_t eos) |
| Memory stream object initialization. | |
Memory streams code.
Definition in file memstreams.c.
1.7.1