We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2ee4f commit d59c34bCopy full SHA for d59c34b
targets/TARGET_STM/stm_i2c_api.h
@@ -82,6 +82,11 @@ struct i2c_s {
82
/// Specifies which events (the I2C_EVENT_xxx defines) can be passed up to the application from the IRQ handler
83
uint8_t available_events;
84
#endif
85
+
86
+#if STATIC_PINMAP_READY
87
+ int sda_func;
88
+ int scl_func;
89
+#endif
90
};
91
92
0 commit comments