Home
last modified time | relevance | path

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

12

/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_i2c.h660 #define I2C_SPEED_STANDARD(__PCLK__, __SPEED__) ((I2C_CCR_CALCULATION((__PCLK__), (__SPE… macro
662 …PCLK__, __SPEED__, __DUTYCYCLE__) (((__SPEED__) <= 100000U)? (I2C_SPEED_STANDARD((__PCLK__), …
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_i2c.h661 #define I2C_SPEED_STANDARD(__PCLK__, __SPEED__) ((I2C_CCR_CALCULATION((__PCLK__), (__SPE… macro
663 …PCLK__, __SPEED__, __DUTYCYCLE__) (((__SPEED__) <= 100000U)? (I2C_SPEED_STANDARD((__PCLK__), …
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_i2c.h663 #define I2C_SPEED_STANDARD(__PCLK__, __SPEED__) ((I2C_CCR_CALCULATION((__PCLK__), (__SPE… macro
665 …PCLK__, __SPEED__, __DUTYCYCLE__) (((__SPEED__) <= 100000U)? (I2C_SPEED_STANDARD((__PCLK__), …
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_i2c.h660 #define I2C_SPEED_STANDARD(__PCLK__, __SPEED__) ((I2C_CCR_CALCULATION((__PCLK__), (__SPE… macro
662 …PCLK__, __SPEED__, __DUTYCYCLE__) (((__SPEED__) <= 100000U)? (I2C_SPEED_STANDARD((__PCLK__), …
/hal_stm32-3.5.0/stm32cube/stm32f2xx/
DREADME44 Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
/hal_stm32-3.5.0/stm32cube/stm32f1xx/
DREADME44 Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
/hal_stm32-3.5.0/stm32cube/stm32f4xx/
DREADME44 Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
/hal_stm32-3.5.0/stm32cube/stm32l1xx/
DREADME81 Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2126 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2305 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2204 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2297 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2285 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2305 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2297 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2294 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2305 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2297 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2509 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h2505 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2509 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2509 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2429 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2509 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h2505 #define __HAL_I2C_SPEED_STANDARD I2C_SPEED_STANDARD

12