idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
uart.hpp File Reference

UART port identification types. More...

#include <hal/uart_types.h>
#include <soc/soc_caps.h>
#include <string>
#include "sdkconfig.h"

Go to the source code of this file.

Namespaces

namespace  idfxx
 

Enumerations

enum class  idfxx::uart_port : int {
  idfxx::uart_port::uart0 = UART_NUM_0 ,
  idfxx::uart_port::uart1 = UART_NUM_1
}
 Identifies a UART port. More...
 

Functions

std::string idfxx::to_string (uart_port p)
 Returns a string representation of a UART port identifier.
 

Detailed Description

UART port identification types.

Definition in file uart.hpp.