precision-converters-firmware
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
~
Functions
c
l
n
p
t
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
g
h
i
l
m
n
p
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
a
c
f
i
l
p
r
s
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
runner
work
precision-converters-firmware
precision-converters-firmware
projects
ltc268x_console
app
app_config_mbed.h
Go to the documentation of this file.
1
/***************************************************************************/
12
#ifndef APP_CONFIG_MBED_H_
13
#define APP_CONFIG_MBED_H_
14
15
/******************************************************************************/
16
/***************************** Include Files **********************************/
17
/******************************************************************************/
18
#include <PinNames.h>
19
#include "mbed_spi.h"
20
21
/******************************************************************************/
22
/********************** Macros and Constants Definition ***********************/
23
/******************************************************************************/
24
/* Pin mapping for LTC268X w.r.t Arduino Headers */
25
#define SPI_CSB ARDUINO_UNO_D10
26
#define SPI_HOST_SDO ARDUINO_UNO_D11
27
#define SPI_HOST_SDI ARDUINO_UNO_D12
28
#define SPI_SCK ARDUINO_UNO_D13
29
30
/* Unused macros */
31
#define SPI_DEVICE_ID 0
32
33
/******************************************************************************/
34
/********************** Public/Extern Declarations ****************************/
35
/******************************************************************************/
36
extern
struct
mbed_spi_init_param
mbed_spi_extra_init_params
;
37
38
#endif
/* APP_CONFIG_MBED_H_ */
mbed_spi_extra_init_params
struct mbed_spi_init_param mbed_spi_extra_init_params
Definition
app_config_mbed.c:54
Generated by
1.9.8