ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
esphome::usb_uart::UsbDataChunk Struct Reference

#include <usb_uart.h>

Public Member Functions

void release ()
 

Data Fields

uint8_t data [usb_host::USB_MAX_PACKET_SIZE]
 
uint16_t length
 
USBUartChannelchannel
 

Detailed Description

Definition at line 108 of file usb_uart.h.

Member Function Documentation

◆ release()

void esphome::usb_uart::UsbDataChunk::release ( )
inline

Definition at line 114 of file usb_uart.h.

Field Documentation

◆ channel

USBUartChannel* esphome::usb_uart::UsbDataChunk::channel

Definition at line 111 of file usb_uart.h.

◆ data

uint8_t esphome::usb_uart::UsbDataChunk::data[usb_host::USB_MAX_PACKET_SIZE]

Definition at line 109 of file usb_uart.h.

◆ length

uint16_t esphome::usb_uart::UsbDataChunk::length

Definition at line 110 of file usb_uart.h.


The documentation for this struct was generated from the following file: