Fast Mode Plus Functions.
More...
Fast Mode Plus Functions.
===============================================================================
##### Fast Mode Plus Functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Configure Fast Mode Plus
◆ HAL_FMPSMBUSEx_DisableFastModePlus()
void HAL_FMPSMBUSEx_DisableFastModePlus |
( |
uint32_t |
ConfigFastModePlus | ) |
|
Disable the FMPSMBUS fast mode plus driving capability.
- Parameters
-
- Note
- For FMPI2C1, fast mode plus driving capability can be disabled on all selected FMPI2C1 pins using FMPSMBUS_FASTMODEPLUS_FMPI2C1 parameter or independently on each one of the following pins PB6, PB7, PB8 and PB9.
-
For remaining FMPI2C1 pins (PA14, PA15...) fast mode plus driving capability can be disabled only by using FMPSMBUS_FASTMODEPLUS_FMPI2C1 parameter.
- Return values
-
Definition at line 113 of file stm32f4xx_hal_fmpsmbus_ex.c.
◆ HAL_FMPSMBUSEx_EnableFastModePlus()
void HAL_FMPSMBUSEx_EnableFastModePlus |
( |
uint32_t |
ConfigFastModePlus | ) |
|
Enable the FMPSMBUS fast mode plus driving capability.
- Parameters
-
- Note
- For FMPI2C1, fast mode plus driving capability can be enabled on all selected FMPI2C1 pins using FMPSMBUS_FASTMODEPLUS_FMPI2C1 parameter or independently on each one of the following pins PB6, PB7, PB8 and PB9.
-
For remaining FMPI2C1 pins (PA14, PA15...) fast mode plus driving capability can be enabled only by using FMPSMBUS_FASTMODEPLUS_FMPI2C1 parameter.
- Return values
-
Definition at line 90 of file stm32f4xx_hal_fmpsmbus_ex.c.