STM32G474xx 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 (const 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 523 of file stm32g4xx_ll_fmac.h.

Referenced by LL_FMAC_Init().

__STATIC_INLINE uint32_t LL_FMAC_IsEnabledReset ( const 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 534 of file stm32g4xx_ll_fmac.h.

Referenced by LL_FMAC_Init().