uart_conf Struct Reference

Usart configuration, to be used with the uart_init call. More...

#include <k_uart.h>

Data Fields

const char * device
 
uint32_t baudrate
 
uint8_t databits
 
uint8_t stopbits
 
uint8_t paritysetting
 
uint8_t checkparity
 

Field Documentation

uint32_t uart_conf::baudrate
uint8_t uart_conf::checkparity
uint8_t uart_conf::databits
const char* uart_conf::device
uint8_t uart_conf::paritysetting
uint8_t uart_conf::stopbits

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