Home
last modified time | relevance | path

Searched refs:I2C_RISE_TIME (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_i2c.h659 #define I2C_RISE_TIME(__FREQRANGE__, __SPEED__) (((__SPEED__) <= 100000U) ? ((__FREQRANG… macro
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_i2c.h660 #define I2C_RISE_TIME(__FREQRANGE__, __SPEED__) (((__SPEED__) <= 100000U) ? ((__FREQRANG… macro
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_i2c.h662 #define I2C_RISE_TIME(__FREQRANGE__, __SPEED__) (((__SPEED__) <= 100000U) ? ((__FREQRANG… macro
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_i2c.h659 #define I2C_RISE_TIME(__FREQRANGE__, __SPEED__) (((__SPEED__) <= 100000U) ? ((__FREQRANG… macro
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2125 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2304 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2203 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2296 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2284 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2304 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2296 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2293 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2304 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2296 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2508 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2504 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2508 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2508 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2428 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2508 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2504 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2508 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2504 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2504 #define __HAL_I2C_RISE_TIME I2C_RISE_TIME
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2c.c525 …MODIFY_REG(hi2c->Instance->TRISE, I2C_TRISE_TRISE, I2C_RISE_TIME(freqrange, hi2c->Init.ClockSpeed)… in HAL_I2C_Init()

12