|
ESPHome 2026.3.0
|
#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 108 of file usb_uart.h.
|
inline |
Definition at line 115 of file usb_uart.h.
| USBUartChannel* esphome::usb_uart::UsbDataChunk::channel |
Definition at line 112 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbDataChunk::data[MAX_CHUNK_SIZE] |
Definition at line 110 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbDataChunk::length |
Definition at line 111 of file usb_uart.h.
|
staticconstexpr |
Definition at line 109 of file usb_uart.h.