#include "SFBFrame.h"
#include "lpc/LPC23xx.h"
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) |