There was an error while loading. Please reload this page.
1 parent 70f9623 commit af1dc2dCopy full SHA for af1dc2d
docs/porting/target/i2c.md
@@ -23,6 +23,9 @@ The interface is made up of two lines for all communication:
23
- Sets the frequency to use for the transfer.
24
- Returns the actual frequency used.
25
- Must leave all other configuration unchanged.
26
+- `i2c_set_clock_stretching`:
27
+ - Enables or disables clock stretching for the peripheral when in slave mode.
28
+ - Does nothing when called in master mode.
29
- `i2c_timeout`:
30
- Sets the transmision timeout to use for the following blocking transfers.
31
- If the timeout is not set, the default timeout is used.
0 commit comments