STM32H735xx HAL User Manual
|
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. |
Peripheral State and Error functions.
============================================================================== ##### Peripheral State and Error functions ##### ============================================================================== [..] This subsection provides functions allowing to (+) Check the FMAC state (+) Get error code
uint32_t HAL_FMAC_GetError | ( | FMAC_HandleTypeDef * | hfmac | ) |
Return the FMAC peripheral error.
hfmac | pointer to a FMAC_HandleTypeDef structure that contains the configuration information for FMAC module. |
uint32_t | Error 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.
hfmac | pointer to a FMAC_HandleTypeDef structure that contains the configuration information for FMAC module. |
HAL_FMAC_StateTypeDef | FMAC state |
Definition at line 1533 of file stm32h7xx_hal_fmac.c.
References __FMAC_HandleTypeDef::State.