nrf_drv_uart_config_t

nRF5 SDK v10.0.0

nRF51 SDK v10.0.0

Structure for UART configuration. More...

#include <nrf_drv_uart.h>

Data Fields

uint32_t pseltxd
TXD pin number.
uint32_t pselrxd
RXD pin number.
uint32_t pselcts
CTS pin number.
uint32_t pselrts
RTS pin number.
void * p_context
Context passed to interrupt handler.
nrf_uart_hwfc_t hwfc
Flow control configuration.
nrf_uart_parity_t parity
Parity configuration.
nrf_uart_baudrate_t baudrate
Baudrate.
uint8_t interrupt_priority
Interrupt priority.

Detailed Description

Structure for UART configuration.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .