STM32H735xx HAL User Manual
|
Fast Mode Plus Functions. More...
Functions | |
void | HAL_I2CEx_EnableFastModePlus (uint32_t ConfigFastModePlus) |
Enable the I2C fast mode plus driving capability. | |
void | HAL_I2CEx_DisableFastModePlus (uint32_t ConfigFastModePlus) |
Disable the I2C fast mode plus driving capability. |
Fast Mode Plus Functions.
=============================================================================== ##### Fast Mode Plus Functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Configure Fast Mode Plus
void HAL_I2CEx_DisableFastModePlus | ( | uint32_t | ConfigFastModePlus | ) |
Disable the I2C fast mode plus driving capability.
ConfigFastModePlus | Selects the pin. This parameter can be one of the I2C Extended Fast Mode Plus values |
None |
Definition at line 347 of file stm32h7xx_hal_i2c_ex.c.
References __HAL_RCC_SYSCFG_CLK_ENABLE, assert_param, and IS_I2C_FASTMODEPLUS.
void HAL_I2CEx_EnableFastModePlus | ( | uint32_t | ConfigFastModePlus | ) |
Enable the I2C fast mode plus driving capability.
ConfigFastModePlus | Selects the pin. This parameter can be one of the I2C Extended Fast Mode Plus values |
None |
Definition at line 316 of file stm32h7xx_hal_i2c_ex.c.
References __HAL_RCC_SYSCFG_CLK_ENABLE, assert_param, and IS_I2C_FASTMODEPLUS.