SFBHWSerialBoard.h File Reference

Low-level serial support for the board. More...

#include "SFBFrame.h"
#include "lpc/LPC23xx.h"

Include dependency graph for SFBHWSerialBoard.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SFBHWSerial
 The object supporting 'hardware level' serial operations on the SFB. More...

Defines

#define CAN_WRITE(fd)   (REGISTER_OFFSET(fd,UxLSR) & 0x20)
#define WRITE_BYTE(fd, byte)   (REGISTER_OFFSET(fd,UxTHR) = (byte))
#define CAN_READ(fd)   (REGISTER_OFFSET(fd,UxLSR) & 0x01)
#define READ_BYTE(fd)   REGISTER_OFFSET(fd,UxRBR)


Detailed Description

Low-level serial support for the board.

Author:
David H. Ackley.
Date:
(C) 2009 All rights reserved.
Code License:
The GNU Lesser General Public License
License Note:
All code samples shown in documentation are placed into the public domain.

Generated on Fri Apr 22 06:55:40 2011 for SFB by doxygen 1.5.9