ESPHome 2025.6.0
Loading...
Searching...
No Matches
esphome::usb_uart Namespace Reference

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 }
 

Enumeration Type Documentation

◆ UARTParityOptions

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.

◆ UARTStopBitsOptions

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.