RTEMS 6.1-rc5
Loading...
Searching...
No Matches
ssi.h
Go to the documentation of this file.
1
9/*
10 * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@debian.org>
11 *
12 * The license and distribution terms for this file may be
13 * found in the file LICENSE in this distribution or at
14 * http://www.rtems.org/license/LICENSE.
15 */
16#ifndef LIBBSP_ARM_LM3S69XX_SSI_H
17#define LIBBSP_ARM_LM3S69XX_SSI_H
18#include <rtems/libi2c.h>
19#include <bspopts.h>
20
29#ifdef __cplusplus
30extern "C" {
31#endif
32
33extern rtems_libi2c_bus_t * const lm3s69xx_ssi_0;
34
35#if LM3S69XX_NUM_SSI_BLOCKS > 1
36extern rtems_libi2c_bus_t * const lm3s69xx_ssi_1;
37#endif
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif /* LIBBSP_ARM_LM3S69XX_SSI_H */
Legacy I2C Library.
Definition: libi2c.h:163