Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
uart_device Struct Reference

struct for representing the contents of CASCODA_UART environment variable More...

Collaboration diagram for uart_device:

Public Attributes

struct uart_devicenext
 Next device in linked list. More...
 
const char * device
 path to uart device More...
 
int baud
 Baudrate to be used for uart comms. More...
 

Detailed Description

struct for representing the contents of CASCODA_UART environment variable

Member Data Documentation

◆ baud

int uart_device::baud

Baudrate to be used for uart comms.

◆ device

const char* uart_device::device

path to uart device

◆ next

struct uart_device* uart_device::next

Next device in linked list.


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