![]() |
RTEMS 6.1-rc7
|
I2C support API. More...
Go to the source code of this file.
Data Structures | |
struct | i2c_regs |
Macros | |
#define | BBB_I2C_SYSCLK 48000000 |
#define | BBB_I2C_INTERNAL_CLK 12000000 |
#define | BBB_I2C_0_BUS_PATH "/dev/i2c-0" |
#define | BBB_I2C_1_BUS_PATH "/dev/i2c-1" |
#define | BBB_I2C_2_BUS_PATH "/dev/i2c-2" |
Typedefs | |
typedef struct i2c_regs | bbb_i2c_regs |
Enumerations | |
enum | bbb_i2c_id_t { I2C0 , I2C1 , I2C2 , I2C_COUNT } |
Functions | |
void | beagle_i2c_init (phandle_t node) |
I2C support API.