BeRTOS
Functions
i2c_lpc2.c File Reference

Driver for the LPC23xx I2C (implementation) More...

#include "cfg/cfg_i2c.h"
#include <cfg/log.h>
#include <cfg/debug.h>
#include <cfg/macros.h>
#include <cpu/detect.h>
#include <cpu/irq.h>
#include <cpu/power.h>
#include <drv/timer.h>
#include <drv/i2c.h>
#include <io/lpc23xx.h>

Go to the source code of this file.

Functions

void i2c_hw_init (I2c *i2c, int dev, uint32_t clock)
 Initialize I2C module.

Detailed Description

Driver for the LPC23xx I2C (implementation)

Author:
Daniele Basile <asterix@develer.com>

Definition in file i2c_lpc2.c.