summaryrefslogtreecommitdiff
path: root/include/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c.h')
-rw-r--r--include/i2c.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/i2c.h b/include/i2c.h
index c3cfa08548..cf5729f91b 100644
--- a/include/i2c.h
+++ b/include/i2c.h
@@ -456,10 +456,10 @@ int i2c_set_response(int port, uint8_t *buf, int len);
void i2c_init(void);
/**
- * Initialize i2c master ports. This function can be called for cases where i2c
- * ports are not initialized by default from main.c.
+ * Initialize i2c controller ports. This function can be called for cases where
+ * i2c ports are not initialized by default from main.c.
*/
-void i2cm_init(void);
+void i2cc_init(void);
/**
* Board-level function to determine whether i2c passthru should be allowed
@@ -506,7 +506,7 @@ void i2c_end_xfer_notify(const int port,
const uint16_t periph_addr_flags);
/**
- * Defined in common/i2c_trace.c, used by i2c master to notify tracing
+ * Defined in common/i2c_trace.c, used by i2c controller to notify tracing
* funcionality of transactions.
*
* @param port: I2C port number