Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zpal_otw_uart_config_t Struct Reference

#include <zpal_otw_hw_config.h>

Data Fields

zpal_uart_id_t uart_id
 UART id.
 
uint32_t baud_rate
 UART baud rate in bits.
 
uint8_t data_bits
 UART data bits number.
 
zpal_uart_parity_bit_t parity_bit
 UART parit bit configuration.
 
zpal_uart_stop_bits_t stop_bits
 UART stop bits number.
 

Detailed Description

typedef for OTW uart configuration

Field Documentation

◆ baud_rate

uint32_t zpal_otw_uart_config_t::baud_rate

UART baud rate in bits.

◆ data_bits

uint8_t zpal_otw_uart_config_t::data_bits

UART data bits number.

◆ parity_bit

zpal_uart_parity_bit_t zpal_otw_uart_config_t::parity_bit

UART parit bit configuration.

◆ stop_bits

zpal_uart_stop_bits_t zpal_otw_uart_config_t::stop_bits

UART stop bits number.

◆ uart_id

zpal_uart_id_t zpal_otw_uart_config_t::uart_id

UART id.


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