STM32H735xx HAL User Manual
|
#include <stm32h7xx_hal_mdios.h>
Data Fields | |
uint32_t | PortAddress |
uint32_t | PreambleCheck |
Definition at line 66 of file stm32h7xx_hal_mdios.h.
uint32_t MDIOS_InitTypeDef::PortAddress |
Specifies the MDIOS port address. This parameter can be a value from 0 to 31
Definition at line 68 of file stm32h7xx_hal_mdios.h.
Referenced by HAL_MDIOS_Init().
uint32_t MDIOS_InitTypeDef::PreambleCheck |
Specifies whether the preamble check is enabled or disabled. This parameter can be a value of MDIOS Preamble Check
Definition at line 70 of file stm32h7xx_hal_mdios.h.
Referenced by HAL_MDIOS_Init().