|
ESPHome 2026.10.0-dev
|
#include <usb_uart.h>
Public Member Functions | |
| void | release () |
Data Fields | |
| uint8_t | data [usb_host::USB_MAX_PACKET_SIZE] |
| uint16_t | length |
| USBUartChannelBase * | channel |
Definition at line 113 of file usb_uart.h.
|
inline |
Definition at line 119 of file usb_uart.h.
| USBUartChannelBase* esphome::usb_uart::UsbDataChunk::channel |
Definition at line 116 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbDataChunk::data[usb_host::USB_MAX_PACKET_SIZE] |
Definition at line 114 of file usb_uart.h.
| uint16_t esphome::usb_uart::UsbDataChunk::length |
Definition at line 115 of file usb_uart.h.