|
STM32G474xx HAL User Manual
|
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. | |
| __STATIC_INLINE void LL_FMAC_EnableReset | ( | FMAC_TypeDef * | FMACx | ) |
Start the FMAC reset.
| FMACx | FMAC instance |
| 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.
| FMACx | FMAC instance |
| uint32_t | State of bit (1 or 0). |
Definition at line 534 of file stm32g4xx_ll_fmac.h.
Referenced by LL_FMAC_Init().
1.7.6.1