|
ESPHome 2026.5.0b1
|
#include <usb_uart.h>
Public Member Functions | |
| void | release () |
Data Fields | |
| uint8_t | data [MAX_CHUNK_SIZE] |
| uint16_t | length |
Static Public Attributes | |
| static constexpr size_t | MAX_CHUNK_SIZE = usb_host::USB_MAX_PACKET_SIZE |
Definition at line 118 of file usb_uart.h.
|
inline |
Definition at line 124 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbOutputChunk::data[MAX_CHUNK_SIZE] |
Definition at line 120 of file usb_uart.h.
| uint16_t esphome::usb_uart::UsbOutputChunk::length |
Definition at line 121 of file usb_uart.h.
|
staticconstexpr |
Definition at line 119 of file usb_uart.h.