|
STM32L443xx HAL User Manual
|
Peripheral State and Errors functions. More...
Functions | |
| uint32_t | HAL_SMBUS_GetState (SMBUS_HandleTypeDef *hsmbus) |
| Return the SMBUS handle state. | |
| uint32_t | HAL_SMBUS_GetError (SMBUS_HandleTypeDef *hsmbus) |
| Return the SMBUS error code. | |
Peripheral State and Errors functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection permits to get in run-time the status of the peripheral
and the data flow.
| uint32_t HAL_SMBUS_GetError | ( | SMBUS_HandleTypeDef * | hsmbus | ) |
Return the SMBUS error code.
| hsmbus | Pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS. |
| SMBUS | Error Code |
Definition at line 1841 of file stm32l4xx_hal_smbus.c.
References __SMBUS_HandleTypeDef::ErrorCode.
| uint32_t HAL_SMBUS_GetState | ( | SMBUS_HandleTypeDef * | hsmbus | ) |
Return the SMBUS handle state.
| hsmbus | Pointer to a SMBUS_HandleTypeDef structure that contains the configuration information for the specified SMBUS. |
| HAL | state |
Definition at line 1829 of file stm32l4xx_hal_smbus.c.
References __SMBUS_HandleTypeDef::State.
1.7.6.1