STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

Peripheral State and Errors functions. More...

Collaboration diagram for Peripheral State and Errors functions:

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.
 

Detailed Description

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.

Function Documentation

◆ HAL_FMPSMBUS_GetState()

uint32_t HAL_FMPSMBUS_GetState ( const FMPSMBUS_HandleTypeDef * hfmpsmbus)

#include <stm32f4xx_hal_fmpsmbus.h>

Return the FMPSMBUS handle state.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
Return values
HALstate

Definition at line 1849 of file stm32f4xx_hal_fmpsmbus.c.

References FMPSMBUS_HandleTypeDef::State.

◆ HAL_FMPSMBUS_GetError()

uint32_t HAL_FMPSMBUS_GetError ( const FMPSMBUS_HandleTypeDef * hfmpsmbus)

#include <stm32f4xx_hal_fmpsmbus.h>

Return the FMPSMBUS error code.

Parameters
hfmpsmbusPointer to a FMPSMBUS_HandleTypeDef structure that contains the configuration information for the specified FMPSMBUS.
Return values
FMPSMBUSError Code

Definition at line 1861 of file stm32f4xx_hal_fmpsmbus.c.

References FMPSMBUS_HandleTypeDef::ErrorCode.