lriot
2.1.0.0
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
v
w
Files
File List
Globals
All
a
d
l
m
s
Functions
a
l
m
Typedefs
l
Enumerations
l
Enumerator
l
Macros
d
l
s
lr1110_types.h
Go to the documentation of this file.
1
35
#ifndef LR1110_TYPES_H
36
#define LR1110_TYPES_H
37
38
/*
39
* -----------------------------------------------------------------------------
40
* --- DEPENDENCIES ------------------------------------------------------------
41
*/
42
43
/*
44
* -----------------------------------------------------------------------------
45
* --- PUBLIC MACROS -----------------------------------------------------------
46
*/
47
48
/*
49
* -----------------------------------------------------------------------------
50
* --- PUBLIC CONSTANTS --------------------------------------------------------
51
*/
52
53
#define LR1110_CMD_LENGTH_MAX ( 512 )
54
55
/*
56
* -----------------------------------------------------------------------------
57
* --- PUBLIC TYPES ------------------------------------------------------------
58
*/
59
60
/*
61
* -----------------------------------------------------------------------------
62
* --- PUBLIC FUNCTIONS PROTOTYPES ---------------------------------------------
63
*/
64
65
#endif
// LR1110_TYPES_H
66
67
/* --- EOF ------------------------------------------------------------------ */