ESPHome 2025.5.0
Loading...
Searching...
No Matches
uart_component.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::uart::UARTComponent
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::uart
 

Enumerations

enum  esphome::uart::UARTParityOptions { esphome::uart::UART_CONFIG_PARITY_NONE , esphome::uart::UART_CONFIG_PARITY_EVEN , esphome::uart::UART_CONFIG_PARITY_ODD }
 
enum  esphome::uart::UARTDirection { esphome::uart::UART_DIRECTION_RX , esphome::uart::UART_DIRECTION_TX , esphome::uart::UART_DIRECTION_BOTH }
 

Functions

const LogString * esphome::uart::parity_to_str (UARTParityOptions parity)