ESPHome 2025.6.0
|
Data Structures | |
struct | CdcEps |
class | RingBuffer |
class | USBUartChannel |
class | USBUartComponent |
class | USBUartTypeCdcAcm |
class | USBUartTypeCH34X |
class | USBUartTypeCP210X |
Enumerations | |
enum | UARTParityOptions { UART_CONFIG_PARITY_NONE = 0 , UART_CONFIG_PARITY_ODD , UART_CONFIG_PARITY_EVEN , UART_CONFIG_PARITY_MARK , UART_CONFIG_PARITY_SPACE } |
enum | UARTStopBitsOptions { UART_CONFIG_STOP_BITS_1 = 0 , UART_CONFIG_STOP_BITS_1_5 , UART_CONFIG_STOP_BITS_2 } |
Enumerator | |
---|---|
UART_CONFIG_PARITY_NONE | |
UART_CONFIG_PARITY_ODD | |
UART_CONFIG_PARITY_EVEN | |
UART_CONFIG_PARITY_MARK | |
UART_CONFIG_PARITY_SPACE |
Definition at line 31 of file usb_uart.h.
Enumerator | |
---|---|
UART_CONFIG_STOP_BITS_1 | |
UART_CONFIG_STOP_BITS_1_5 | |
UART_CONFIG_STOP_BITS_2 |
Definition at line 39 of file usb_uart.h.