|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
SerialPort class implementation. More...
#include "distortos/devices/communication/SerialPort.hpp"#include "distortos/devices/communication/UartLowLevel.hpp"#include "distortos/internal/CHECK_FUNCTION_CONTEXT.hpp"#include "distortos/InterruptMaskingLock.hpp"#include "distortos/Semaphore.hpp"#include "estd/ScopeGuard.hpp"#include <mutex>#include <cerrno>#include <cstring>Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::devices | |
| Device drivers. | |
Functions | |
| size_t | distortos::devices::anonymous_namespace{SerialPort.cpp}::copySingleBlock (SerialPort::CircularBuffer &source, SerialPort::CircularBuffer &destination) |
| Copies single block from one circular buffer to another. More... | |
SerialPort class implementation.