Simple send transaction
=======================
-This corresponds to i2c_master_send::
+This corresponds to i2c_master_send()::
S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
Simple receive transaction
==========================
-This corresponds to i2c_master_recv::
+This corresponds to i2c_master_recv()::
S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
Combined transactions
=====================
-This corresponds to i2c_transfer
+This corresponds to i2c_transfer().
They are just like the above transactions, but instead of a stop bit P
a start bit S is sent and the transaction continues. An example of