Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
struct for representing the contents of CASCODA_UART environment variable More...
Public Attributes | |
struct uart_device * | next |
Next device in linked list. More... | |
const char * | device |
path to uart device More... | |
int | baud |
Baudrate to be used for uart comms. More... | |
struct for representing the contents of CASCODA_UART environment variable
int uart_device::baud |
Baudrate to be used for uart comms.
const char* uart_device::device |
path to uart device
struct uart_device* uart_device::next |
Next device in linked list.