|
ESPHome 2026.3.0-dev
|
#include <usb_uart.h>
Public Member Functions | |
| void | release () |
Data Fields | |
| uint8_t | data [MAX_CHUNK_SIZE] |
| uint8_t | length |
Static Public Attributes | |
| static constexpr size_t | MAX_CHUNK_SIZE = 64 |
Definition at line 89 of file usb_uart.h.
|
inline |
Definition at line 95 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbOutputChunk::data[MAX_CHUNK_SIZE] |
Definition at line 91 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbOutputChunk::length |
Definition at line 92 of file usb_uart.h.
|
staticconstexpr |
Definition at line 90 of file usb_uart.h.