Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152989114
D44762.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
445 B
Referenced Files
None
Subscribers
None
D44762.diff
View Options
diff --git a/sys/dev/iicbus/iic.h b/sys/dev/iicbus/iic.h
--- a/sys/dev/iicbus/iic.h
+++ b/sys/dev/iicbus/iic.h
@@ -40,6 +40,7 @@
#define IIC_M_RD 0x0001 /* read vs write */
#define IIC_M_NOSTOP 0x0002 /* do not send a I2C stop after message */
#define IIC_M_NOSTART 0x0004 /* do not send a I2C start before message */
+#define IIC_M_CMD 0x0008 /* command and/or offset for read/write */
uint16_t len; /* msg length */
uint8_t * buf;
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 12:17 PM (2 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31768717
Default Alt Text
D44762.diff (445 B)
Attached To
Mode
D44762: iicbus: Add IIC_M_CMD flag for command or offset for read/write
Attached
Detach File
Event Timeline
Log In to Comment