STM32L443xx HAL User Manual
|
Fast Mode Plus Functions. More...
Functions | |
void | HAL_SMBUSEx_EnableFastModePlus (uint32_t ConfigFastModePlus) |
Enable the SMBUS fast mode plus driving capability. | |
void | HAL_SMBUSEx_DisableFastModePlus (uint32_t ConfigFastModePlus) |
Disable the SMBUS 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_SMBUSEx_DisableFastModePlus | ( | uint32_t | ConfigFastModePlus | ) |
Disable the SMBUS fast mode plus driving capability.
ConfigFastModePlus | Selects the pin. This parameter can be one of the SMBUS Extended Fast Mode Plus values |
None |
Definition at line 223 of file stm32l4xx_hal_smbus_ex.c.
References __HAL_RCC_SYSCFG_CLK_ENABLE, assert_param, and IS_SMBUS_FASTMODEPLUS.
void HAL_SMBUSEx_EnableFastModePlus | ( | uint32_t | ConfigFastModePlus | ) |
Enable the SMBUS fast mode plus driving capability.
ConfigFastModePlus | Selects the pin. This parameter can be one of the SMBUS Extended Fast Mode Plus values |
None |
Definition at line 194 of file stm32l4xx_hal_smbus_ex.c.
References __HAL_RCC_SYSCFG_CLK_ENABLE, assert_param, and IS_SMBUS_FASTMODEPLUS.