STM32H735xx HAL User Manual
Functions
Reset_Management
FMAC Exported Functions

Functions

__STATIC_INLINE void LL_FMAC_EnableReset (FMAC_TypeDef *FMACx)
 Start the FMAC reset.
__STATIC_INLINE uint32_t LL_FMAC_IsEnabledReset (FMAC_TypeDef *FMACx)
 Check the state of the FMAC reset.

Function Documentation

__STATIC_INLINE void LL_FMAC_EnableReset ( FMAC_TypeDef *  FMACx)

Start the FMAC reset.

Reference Manual to LL API cross reference:
CR RESET LL_FMAC_EnableReset
Parameters:
FMACxFMAC instance
Return values:
None

Definition at line 520 of file stm32h7xx_ll_fmac.h.

Referenced by LL_FMAC_Init().

__STATIC_INLINE uint32_t LL_FMAC_IsEnabledReset ( FMAC_TypeDef *  FMACx)

Check the state of the FMAC reset.

Reference Manual to LL API cross reference:
CR RESET LL_FMAC_IsEnabledReset
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 531 of file stm32h7xx_ll_fmac.h.

Referenced by LL_FMAC_Init().