Home
last modified time | relevance | path

Searched refs:I2C_TIMEOUT_STOP_FLAG (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2c.c321 #define I2C_TIMEOUT_STOP_FLAG 5U /*!< Timeout 5 ms */ macro
7435 count = I2C_TIMEOUT_STOP_FLAG * (SystemCoreClock / 25U / 1000U); in I2C_WaitOnSTOPRequestThroughIT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_i2c.c321 #define I2C_TIMEOUT_STOP_FLAG 5U /*!< Timeout 5 ms */ macro
7439 count = I2C_TIMEOUT_STOP_FLAG * (SystemCoreClock / 25U / 1000U); in I2C_WaitOnSTOPRequestThroughIT()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_i2c.c339 #define I2C_TIMEOUT_STOP_FLAG 5U /*!< Timeout 5 ms */ macro
7537 count = I2C_TIMEOUT_STOP_FLAG * (SystemCoreClock / 25U / 1000U); in I2C_WaitOnSTOPRequestThroughIT()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_i2c.c321 #define I2C_TIMEOUT_STOP_FLAG 5U /*!< Timeout 5 ms */ macro
7392 count = I2C_TIMEOUT_STOP_FLAG * (SystemCoreClock / 25U / 1000U); in I2C_WaitOnSTOPRequestThroughIT()