|
ESPHome 2026.6.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 |
| USBUartChannel * | channel |
Definition at line 108 of file usb_uart.h.
|
inline |
Definition at line 114 of file usb_uart.h.
| USBUartChannel* esphome::usb_uart::UsbDataChunk::channel |
Definition at line 111 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbDataChunk::data[usb_host::USB_MAX_PACKET_SIZE] |
Definition at line 109 of file usb_uart.h.
| uint16_t esphome::usb_uart::UsbDataChunk::length |
Definition at line 110 of file usb_uart.h.