Peripheral State and Errors functions.
More...
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.
◆ HAL_FMPSMBUS_GetError()
uint32_t HAL_FMPSMBUS_GetError |
( |
const FMPSMBUS_HandleTypeDef * |
hfmpsmbus | ) |
|
Return the FMPSMBUS error code.
- Parameters
-
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
- Return values
-
Definition at line 1861 of file stm32f4xx_hal_fmpsmbus.c.
◆ HAL_FMPSMBUS_GetState()
uint32_t HAL_FMPSMBUS_GetState |
( |
const FMPSMBUS_HandleTypeDef * |
hfmpsmbus | ) |
|
Return the FMPSMBUS handle state.
- Parameters
-
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
- Return values
-
Definition at line 1849 of file stm32f4xx_hal_fmpsmbus.c.