|
ESPHome 2026.3.0
|
#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 119 of file usb_uart.h.
|
inline |
Definition at line 125 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbOutputChunk::data[MAX_CHUNK_SIZE] |
Definition at line 121 of file usb_uart.h.
| uint8_t esphome::usb_uart::UsbOutputChunk::length |
Definition at line 122 of file usb_uart.h.
|
staticconstexpr |
Definition at line 120 of file usb_uart.h.