File indexing completed on 2025-05-11 08:23:03
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
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
0023
0024
0025
0026
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