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