|
STM32H735xx HAL User Manual
|
Functions | |
| ErrorStatus | LL_FMAC_Init (FMAC_TypeDef *FMACx) |
| Initialize FMAC peripheral registers to their default reset values. | |
| ErrorStatus | LL_FMAC_DeInit (FMAC_TypeDef *FMACx) |
| De-Initialize FMAC peripheral registers to their default reset values. | |
| ErrorStatus LL_FMAC_DeInit | ( | FMAC_TypeDef * | FMACx | ) |
De-Initialize FMAC peripheral registers to their default reset values.
| FMACx | FMAC Instance |
| An | ErrorStatus enumeration value:
|
Definition at line 93 of file stm32h7xx_ll_fmac.c.
References assert_param, LL_AHB2_GRP1_ForceReset(), LL_AHB2_GRP1_PERIPH_FMAC, and LL_AHB2_GRP1_ReleaseReset().
| ErrorStatus LL_FMAC_Init | ( | FMAC_TypeDef * | FMACx | ) |
Initialize FMAC peripheral registers to their default reset values.
| FMACx | FMAC Instance |
| ErrorStatus | enumeration value:
|
Definition at line 61 of file stm32h7xx_ll_fmac.c.
References assert_param, LL_FMAC_EnableReset(), and LL_FMAC_IsEnabledReset().
1.7.6.1