![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
UART communication structure holding configuration settings for the peripheral. More...
#include <dtm_uart_params.h>
Data Fields | |
| uint8_t | rx_pin_no |
| uint8_t | tx_pin_no |
| uint8_t | rts_pin_no |
| uint8_t | cts_pin_no |
| bool | use_parity |
| app_uart_stream_baud_rate_t | baud_rate |
UART communication structure holding configuration settings for the peripheral.
| app_uart_stream_baud_rate_t app_uart_stream_comm_params_t::baud_rate |
Baud rate configuration.
| uint8_t app_uart_stream_comm_params_t::cts_pin_no |
CTS pin number, only used if flow control is enabled.
| uint8_t app_uart_stream_comm_params_t::rts_pin_no |
RTS pin number, only used if flow control is enabled.
| uint8_t app_uart_stream_comm_params_t::rx_pin_no |
RX pin number.
| uint8_t app_uart_stream_comm_params_t::tx_pin_no |
TX pin number.
| bool app_uart_stream_comm_params_t::use_parity |
Even parity if TRUE, no parity if FALSE.