HAL  v0.6.1
Hardware Abstraction Layer
Loading...
Searching...
No Matches
uart_channel_attr_t Struct Reference

#include <hal_uart.h>

Data Fields

gpio_pin_t rx_pin
 
gpio_pin_t tx_pin
 
gpio_pin_t cts_pin
 
gpio_pin_t rts_pin
 
uart_mode_t mode
 
uint32_t baudrate
 
uart_baudrate_type_t baudrate_type
 
uart_data_bits_t data_bits
 
uart_stop_bits_t stop_bits
 
uart_parity_t parity
 
bool low_power_enable
 
bool flow_control_enable
 

Field Documentation

◆ baudrate

uint32_t uart_channel_attr_t::baudrate

◆ baudrate_type

uart_baudrate_type_t uart_channel_attr_t::baudrate_type

◆ cts_pin

gpio_pin_t uart_channel_attr_t::cts_pin

◆ data_bits

uart_data_bits_t uart_channel_attr_t::data_bits

◆ flow_control_enable

bool uart_channel_attr_t::flow_control_enable

◆ low_power_enable

bool uart_channel_attr_t::low_power_enable

◆ mode

uart_mode_t uart_channel_attr_t::mode

◆ parity

uart_parity_t uart_channel_attr_t::parity

◆ rts_pin

gpio_pin_t uart_channel_attr_t::rts_pin

◆ rx_pin

gpio_pin_t uart_channel_attr_t::rx_pin

◆ stop_bits

uart_stop_bits_t uart_channel_attr_t::stop_bits

◆ tx_pin

gpio_pin_t uart_channel_attr_t::tx_pin

The documentation for this struct was generated from the following file: