RTEMS
5.1
bsps
include
libchip
i2c-sc620.h
1
/*
2
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
3
*
4
* embedded brains GmbH
5
* Dornierstr. 4
6
* 82178 Puchheim
7
* Germany
8
* <rtems@embedded-brains.de>
9
*
10
* The license and distribution terms for this file may be
11
* found in the file LICENSE in this distribution or at
12
* http://www.rtems.org/license/LICENSE.
13
*/
14
15
#ifndef I2C_SC620_H
16
#define I2C_SC620_H
17
18
#include <
rtems/libi2c.h
>
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
/* __cplusplus */
23
34
extern
rtems_libi2c_drv_t
i2c_sc620_driver
;
35
36
#ifdef __cplusplus
37
}
38
#endif
/* __cplusplus */
39
40
#endif
/* I2C_SC620_H */
rtems_libi2c_drv_t_
Definition:
libi2c.h:296
i2c_sc620_driver
rtems_libi2c_drv_t i2c_sc620_driver
I2C driver for SEMTECH SC620 octal LED driver.
Definition:
i2c-sc620.c:88
libi2c.h
Legacy I2C Library.
Generated by
1.8.15