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

Structure representing a node in a linked list, used to store the port number of every detected serial device. More...

Collaboration diagram for uart_dev_ll_node:

Public Attributes

struct uart_dev_ll_nodenext
 Pointer to the next node. More...
 
int port_num
 Port number of a connected serial device. More...
 

Detailed Description

Structure representing a node in a linked list, used to store the port number of every detected serial device.

A linked list is used (as opposed to an array) because it can scale accordingly depending on the number of detected device, which is not known in advance.

Member Data Documentation

◆ next

struct uart_dev_ll_node* uart_dev_ll_node::next

Pointer to the next node.

◆ port_num

int uart_dev_ll_node::port_num

Port number of a connected serial device.


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