Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:03

0001 /**
0002  * @file
0003  *
0004  * @ingroup lm3s69xx_ssi 
0005  *
0006  * @brief SSI support.
0007  */
0008 
0009 /*
0010  * Copyright (c) 2013 Eugeniy Meshcheryakov <eugen@debian.org>
0011  *
0012  * The license and distribution terms for this file may be
0013  * found in the file LICENSE in this distribution or at
0014  * http://www.rtems.org/license/LICENSE.
0015  */
0016 #ifndef LIBBSP_ARM_LM3S69XX_SSI_H
0017 #define LIBBSP_ARM_LM3S69XX_SSI_H
0018 #include <rtems/libi2c.h>
0019 #include <bspopts.h>
0020 
0021 /**
0022  * @defgroup lm3s69xx_ssi SSI Support
0023  *
0024  * @ingroup RTEMSBSPsARMLM3S69XX
0025  *
0026  * @brief SSI Support
0027  */
0028 
0029 #ifdef __cplusplus
0030 extern "C" {
0031 #endif
0032 
0033 extern rtems_libi2c_bus_t * const lm3s69xx_ssi_0;
0034 
0035 #if LM3S69XX_NUM_SSI_BLOCKS > 1
0036 extern rtems_libi2c_bus_t * const lm3s69xx_ssi_1;
0037 #endif
0038 
0039 #ifdef __cplusplus
0040 }
0041 #endif
0042 
0043 #endif /* LIBBSP_ARM_LM3S69XX_SSI_H */