ESPHome 2025.10.0-dev
|
#include <usb_uart.h>
Public Member Functions | |
void | release () |
Data Fields | |
uint8_t | data [MAX_CHUNK_SIZE] |
uint8_t | length |
USBUartChannel * | channel |
Static Public Attributes | |
static constexpr size_t | MAX_CHUNK_SIZE = 64 |
Definition at line 76 of file usb_uart.h.
|
inline |
Definition at line 83 of file usb_uart.h.
USBUartChannel* esphome::usb_uart::UsbDataChunk::channel |
Definition at line 80 of file usb_uart.h.
uint8_t esphome::usb_uart::UsbDataChunk::data[MAX_CHUNK_SIZE] |
Definition at line 78 of file usb_uart.h.
uint8_t esphome::usb_uart::UsbDataChunk::length |
Definition at line 79 of file usb_uart.h.
|
staticconstexpr |
Definition at line 77 of file usb_uart.h.