Library for using the LSR SiFlex/ProFlex RF modules with mbed.

Embed: (wiki syntax)

« Back to documentation index

LsrModule.h File Reference

LsrModule.h File Reference

Go to the source code of this file.

Data Structures

struct  _words
 Word structure. More...
union  _wordu
 Word union. More...
struct  _dwords
 Word structure. More...
union  _dwordu
 Double word union. More...

Typedefs

typedef unsigned int word_t
 Type Defintions.
typedef struct _words Words_t
 Word structure.
typedef union _wordu Wordu_t
 Word union.
typedef struct _dwords DWords_t
 Word structure.
typedef union _dwordu DWordu_t
 Double word union.

Detailed Description

Author:
LS Research LLC
Version:
1.0

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html

DESCRIPTION

UART communication API for LS Research's ProFLEX01 and SiFLEX02 ModFLEX Shields.

Definition in file LsrModule.h.


Typedef Documentation

typedef struct _dwords DWords_t

Word structure.

typedef union _dwordu DWordu_t

Double word union.

typedef unsigned int word_t

Type Defintions.

Definition at line 182 of file LsrModule.h.

typedef struct _words Words_t

Word structure.

typedef union _wordu Wordu_t

Word union.