Loading...
Searching...
No Matches
uart_half_duplex_params_t Struct Reference

Configuration for half-duplex UART. More...

Detailed Description

Configuration for half-duplex UART.

Definition at line 53 of file uart_half_duplex.h.

#include <uart_half_duplex.h>

Data Fields

uart_t uart
 the half-duplex UART bus to use
 
uint32_t baudrate
 the baudrate to use
 
uart_half_duplex_dir_t dir
 the direction management method
 

Field Documentation

◆ baudrate

uint32_t uart_half_duplex_params_t::baudrate

the baudrate to use

Definition at line 55 of file uart_half_duplex.h.

◆ dir

uart_half_duplex_dir_t uart_half_duplex_params_t::dir

the direction management method

Definition at line 56 of file uart_half_duplex.h.

◆ uart

uart_t uart_half_duplex_params_t::uart

the half-duplex UART bus to use

Definition at line 54 of file uart_half_duplex.h.


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