STM32F4xx_HAL_Driver  1.8.3

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. More...
 
uint32_t HAL_FMPSMBUS_GetError (const FMPSMBUS_HandleTypeDef *hfmpsmbus)
 Return the FMPSMBUS error code. More...
 

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_GetError()

uint32_t HAL_FMPSMBUS_GetError ( const FMPSMBUS_HandleTypeDef *  hfmpsmbus)

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.

◆ HAL_FMPSMBUS_GetState()

uint32_t HAL_FMPSMBUS_GetState ( const FMPSMBUS_HandleTypeDef *  hfmpsmbus)

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.