Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zpal_otw_hw_config.h
Go to the documentation of this file.
1
7
8#ifndef ZPAL_OTW_HW_CONFIG_H_
9#define ZPAL_OTW_HW_CONFIG_H_
22#include <stdint.h>
23#include <zpal_uart.h>
24#include <zpal_uart_gpio.h>
25
37
51 zpal_uart_config_ext_t *uart_gpio_config);
56#endif /* ZPAL_OTW_HW_CONFIG_H_ */
zpal_uart_stop_bits_t
IDs for each of the stop bits configuration.
Definition zpal_uart.h:88
zpal_uart_parity_bit_t
IDs for each of the parity mode.
Definition zpal_uart.h:78
zpal_uart_id_t
IDs for each of the UARTs.
Definition zpal_uart.h:68
void zpal_otw_hw_config(zpal_otw_uart_config_t *uart_config, zpal_uart_config_ext_t *uart_gpio_config)
Get the application UART configuration Retreive the UART configuration used by the application.
Definition zpal_otw_hw_config.h:30
zpal_uart_id_t uart_id
UART id.
Definition zpal_otw_hw_config.h:31
uint8_t data_bits
UART data bits number.
Definition zpal_otw_hw_config.h:33
uint32_t baud_rate
UART baud rate in bits.
Definition zpal_otw_hw_config.h:32
zpal_uart_parity_bit_t parity_bit
UART parit bit configuration.
Definition zpal_otw_hw_config.h:34
zpal_uart_stop_bits_t stop_bits
UART stop bits number.
Definition zpal_otw_hw_config.h:35