APM:Libraries
|
#include <RingBuffer.h>
Public Attributes | |
uint8_t * | data |
uint32_t | len |
Definition at line 65 of file RingBuffer.h.
uint8_t* ByteBuffer::IoVec::data |
Definition at line 66 of file RingBuffer.h.
Referenced by ChibiOS::UARTDriver::_timer_tick(), ByteBuffer::peekiovec(), ByteBuffer::reserve(), and ChibiOS::UARTDriver::write_pending_bytes_NODMA().
uint32_t ByteBuffer::IoVec::len |
Definition at line 67 of file RingBuffer.h.
Referenced by ChibiOS::UARTDriver::_timer_tick(), ByteBuffer::peekbytes(), ByteBuffer::peekiovec(), ByteBuffer::reserve(), ByteBuffer::write(), and ChibiOS::UARTDriver::write_pending_bytes_NODMA().