STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral State and Errors functions. More...
Functions | |
uint32_t | HAL_FMPSMBUS_GetState (const FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Return the FMPSMBUS handle state. | |
uint32_t | HAL_FMPSMBUS_GetError (const FMPSMBUS_HandleTypeDef *hfmpsmbus) |
Return the FMPSMBUS 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_FMPSMBUS_GetState | ( | const FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Return the FMPSMBUS handle state.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
HAL | state |
Definition at line 1849 of file stm32f4xx_hal_fmpsmbus.c.
References FMPSMBUS_HandleTypeDef::State.
uint32_t HAL_FMPSMBUS_GetError | ( | const FMPSMBUS_HandleTypeDef * | hfmpsmbus | ) |
#include <stm32f4xx_hal_fmpsmbus.h>
Return the FMPSMBUS error code.
hfmpsmbus | Pointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS. |
FMPSMBUS | Error Code |
Definition at line 1861 of file stm32f4xx_hal_fmpsmbus.c.
References FMPSMBUS_HandleTypeDef::ErrorCode.