ESPHome 2025.10.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 [MAX_CHUNK_SIZE]
 
uint8_t length
 
USBUartChannelchannel
 

Static Public Attributes

static constexpr size_t MAX_CHUNK_SIZE = 64
 

Detailed Description

Definition at line 76 of file usb_uart.h.

Member Function Documentation

◆ release()

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

Definition at line 83 of file usb_uart.h.

Field Documentation

◆ channel

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

Definition at line 80 of file usb_uart.h.

◆ data

uint8_t esphome::usb_uart::UsbDataChunk::data[MAX_CHUNK_SIZE]

Definition at line 78 of file usb_uart.h.

◆ length

uint8_t esphome::usb_uart::UsbDataChunk::length

Definition at line 79 of file usb_uart.h.

◆ MAX_CHUNK_SIZE

size_t esphome::usb_uart::UsbDataChunk::MAX_CHUNK_SIZE = 64
staticconstexpr

Definition at line 77 of file usb_uart.h.


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