|
RTEMS 6.1-rc6
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
57 volatile unsigned int prescl;
58 volatile unsigned int ctrl;
59 volatile unsigned int tdrd;
60 volatile unsigned int cmdsts;
64#define GRI2C_CTRL_EN 0x00000080
65#define GRI2C_CTRL_IEN 0x00000040
68#define GRI2C_CMD_STA 0x00000080
69#define GRI2C_CMD_STO 0x00000040
70#define GRI2C_CMD_RD 0x00000020
71#define GRI2C_CMD_WR 0x00000010
72#define GRI2C_CMD_ACK 0x00000008
73#define GRI2C_CMD_IACK 0x00000001
76#define GRI2C_STS_RXACK 0x00000080
77#define GRI2C_STS_BUSY 0x00000040
78#define GRI2C_STS_AL 0x00000020
79#define GRI2C_STS_TIP 0x00000002
80#define GRI2C_STS_IF 0x00000001
82#define GRI2C_STATUS_IDLE 0x00000000
85void i2cmst_register_drv (
void);