STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Fast Mode Plus Functions. More...
Functions | |
void | HAL_FMPI2CEx_EnableFastModePlus (uint32_t ConfigFastModePlus) |
Enable the FMPI2C fast mode plus driving capability. | |
void | HAL_FMPI2CEx_DisableFastModePlus (uint32_t ConfigFastModePlus) |
Disable the FMPI2C 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_FMPI2CEx_EnableFastModePlus | ( | uint32_t | ConfigFastModePlus | ) |
#include <stm32f4xx_hal_fmpi2c_ex.h>
Enable the FMPI2C fast mode plus driving capability.
ConfigFastModePlus | Selects the pin. This parameter can be one of the FMPI2C Extended Fast Mode Plus values |
None |
Definition at line 209 of file stm32f4xx_hal_fmpi2c_ex.c.
References __HAL_RCC_SYSCFG_CLK_ENABLE, assert_param, and IS_FMPI2C_FASTMODEPLUS.
void HAL_FMPI2CEx_DisableFastModePlus | ( | uint32_t | ConfigFastModePlus | ) |
#include <stm32f4xx_hal_fmpi2c_ex.h>
Disable the FMPI2C fast mode plus driving capability.
ConfigFastModePlus | Selects the pin. This parameter can be one of the FMPI2C Extended Fast Mode Plus values |
None |
Definition at line 232 of file stm32f4xx_hal_fmpi2c_ex.c.
References __HAL_RCC_SYSCFG_CLK_ENABLE, assert_param, and IS_FMPI2C_FASTMODEPLUS.