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