STM32H735xx HAL User Manual
Functions
Peripheral State and Error functions
FMAC Exported Functions

Peripheral State and Error functions. More...

Functions

HAL_FMAC_StateTypeDef HAL_FMAC_GetState (FMAC_HandleTypeDef *hfmac)
 Return the FMAC state.
uint32_t HAL_FMAC_GetError (FMAC_HandleTypeDef *hfmac)
 Return the FMAC peripheral error.

Detailed Description

Peripheral State and Error functions.

  ==============================================================================
                 ##### Peripheral State and Error functions #####
  ==============================================================================
    [..]  This subsection provides functions allowing to
      (+) Check the FMAC state
      (+) Get error code


Function Documentation

uint32_t HAL_FMAC_GetError ( FMAC_HandleTypeDef hfmac)

Return the FMAC peripheral error.

Parameters:
hfmacpointer to a FMAC_HandleTypeDef structure that contains the configuration information for FMAC module.
Note:
The returned error is a bit-map combination of possible errors.
Return values:
uint32_tError bit-map based on FMAC Error code

Definition at line 1546 of file stm32h7xx_hal_fmac.c.

References __FMAC_HandleTypeDef::ErrorCode.

Return the FMAC state.

Parameters:
hfmacpointer to a FMAC_HandleTypeDef structure that contains the configuration information for FMAC module.
Return values:
HAL_FMAC_StateTypeDefFMAC state

Definition at line 1533 of file stm32h7xx_hal_fmac.c.

References __FMAC_HandleTypeDef::State.