|
STM32H735xx HAL User Manual
|
WakeUp Mode Functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_SMBUSEx_EnableWakeUp (SMBUS_HandleTypeDef *hsmbus) |
| Enable SMBUS wakeup from Stop mode(s). | |
| HAL_StatusTypeDef | HAL_SMBUSEx_DisableWakeUp (SMBUS_HandleTypeDef *hsmbus) |
| Disable SMBUS wakeup from Stop mode(s). | |
WakeUp Mode Functions.
===============================================================================
##### WakeUp Mode Functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Configure Wake Up Feature
| HAL_StatusTypeDef HAL_SMBUSEx_DisableWakeUp | ( | SMBUS_HandleTypeDef * | hsmbus | ) |
Disable SMBUS wakeup from Stop mode(s).
| hsmbus | Pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUSx peripheral. |
| HAL | status |
Definition at line 127 of file stm32h7xx_hal_smbus_ex.c.
References __HAL_SMBUS_DISABLE, __HAL_SMBUS_ENABLE, assert_param, HAL_SMBUS_STATE_BUSY, HAL_SMBUS_STATE_READY, __SMBUS_HandleTypeDef::Instance, and __SMBUS_HandleTypeDef::State.
| HAL_StatusTypeDef HAL_SMBUSEx_EnableWakeUp | ( | SMBUS_HandleTypeDef * | hsmbus | ) |
Enable SMBUS wakeup from Stop mode(s).
| hsmbus | Pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUSx peripheral. |
| HAL | status |
Definition at line 88 of file stm32h7xx_hal_smbus_ex.c.
References __HAL_SMBUS_DISABLE, __HAL_SMBUS_ENABLE, assert_param, HAL_SMBUS_STATE_BUSY, HAL_SMBUS_STATE_READY, __SMBUS_HandleTypeDef::Instance, and __SMBUS_HandleTypeDef::State.
1.7.6.1