git-svn-id: https://src.develer.com/svnoss/bertos/branches/i2c@4092
38d2e660-2303-0410-9eaa-
f027e97ec537
*
* \brief Driver for the LPC23xx I2C (implementation)
*
+ * \author Daniele Basile <asterix@develer.com>
*/
#include "cfg/cfg_i2c.h"
.read = i2c_genericRead,
};
-struct I2cHardware i2c_lpc2_hw[] =
+static const struct I2cHardware i2c_lpc2_hw[] =
{
{ /* I2C0 */
.base = I2C0_BASE_ADDR,
*
* \brief Driver for the LPC23xx I2C (interface)
*
+ * \author Daniele Basile <asterix@develer.com>
+ *
*/
#ifndef I2C_LPC2_H
*
* \author Stefano Fedrigo <aleph@develer.com>
* \author Bernie Innocenti <bernie@codewiz.org>
+ * \author Daniele Basile <asterix@develer.com>
*/
#include <hw/hw_cpufreq.h> /* CPU_FREQ */
*
* \brief Driver for the LM3S I2C (implementation)
*
+ * \author Daniele Basile <asterix@develer.com>
+ *
*/
#include "cfg/cfg_i2c.h"
*
* \brief Driver for the LM3S I2C (interface)
*
+ * \author Daniele Basile <asterix@develer.com>
*/
#ifndef I2C_LM3S_H