Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

dev/uartspi.h File Reference

SPI UART definitions. More...


Data Structures

struct  _UARTSDCB
 UART device control block structure. More...


Typedefs

typedef _UARTSDCB UARTSDCB

Functions

int UartSpiInit (NUTDEVICE *dev)
 Initialize SPI UART device.

int UartSpiIOCtl (NUTDEVICE *dev, int req, void *conf)
 Perform SPI UART control functions.


Variables

NUTDEVICE devUarts []
 Device information structure.


Detailed Description

SPI UART definitions.


Variable Documentation

NUTDEVICE devUarts[]  
 

Device information structure.

Applications must pass this structure to NutRegisterDevice() to bind this serial port device driver to the Nut/OS kernel. Having done that, the application may call NutDeviceOpen() with the name of this driver to initialize the interface.


© 2000-2003 by egnite Software GmbH - visit http://www.ethernut.de/