#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. | |
typedef for OTW uart configuration
uint32_t zpal_otw_uart_config_t::baud_rate |
UART baud rate in bits.
uint8_t zpal_otw_uart_config_t::data_bits |
UART data bits number.
zpal_uart_parity_bit_t zpal_otw_uart_config_t::parity_bit |
UART parit bit configuration.
zpal_uart_stop_bits_t zpal_otw_uart_config_t::stop_bits |
UART stop bits number.
zpal_uart_id_t zpal_otw_uart_config_t::uart_id |
UART id.