Nut/OS  4.10.3
API Reference
uartspi.h File Reference

SPI UART definitions. More...

#include <sys/device.h>
Include dependency graph for uartspi.h:

Go to the source code of this file.

Data Structures

struct  _UARTSDCB

Functions

int UartSpiInit (NUTDEVICE *dev)
int UartSpiIOCtl (NUTDEVICE *dev, int req, void *conf)

Variables

NUTDEVICE devUarts []
typedef struct _UARTSDCB UARTSDCB

Detailed Description

SPI UART definitions.

Removed.

Definition in file uartspi.h.


Typedef Documentation

typedef struct _UARTSDCB UARTSDCB

Definition at line 57 of file uartspi.h.


Function Documentation

int UartSpiInit ( NUTDEVICE dev)
int UartSpiIOCtl ( NUTDEVICE dev,
int  req,
void *  conf 
)

Variable Documentation