Skip to content

Commit 925bb82

Browse files
author
Jan Kamidra
committed
remove timing algo
1 parent 2f19de3 commit 925bb82

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

targets/TARGET_STM/TARGET_STM32U0/i2c_device.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ extern "C" {
5252
uint32_t i2c_get_pclk(I2CName i2c);
5353
uint32_t i2c_get_timing(I2CName i2c, uint32_t current_timing, int current_hz, int hz);
5454

55-
#if MBED_CONF_TARGET_I2C_TIMING_VALUE_ALGO
56-
uint32_t i2c_compute_timing(uint32_t clock_src_freq, uint32_t i2c_freq);
57-
void i2c_compute_presc_scldel_sdadel(uint32_t clock_src_freq, uint32_t I2C_speed);
58-
uint32_t i2c_compute_scll_sclh(uint32_t clock_src_freq, uint32_t I2C_speed);
59-
#endif // MBED_CONF_TARGET_I2C_TIMING_VALUE_ALGO
60-
6155
#endif // DEVICE_I2C
6256

6357
#ifdef __cplusplus

0 commit comments

Comments
 (0)