STM32H735xx HAL User Manual
Defines
Ethernet Config
HAL

Defines

#define SYSCFG_ETH_MII   ((uint32_t)0x00000000)
#define SYSCFG_ETH_RMII   SYSCFG_PMCR_EPIS_SEL_2
#define IS_SYSCFG_ETHERNET_CONFIG(CONFIG)

Define Documentation

#define IS_SYSCFG_ETHERNET_CONFIG (   CONFIG)
Value:
(((CONFIG) == SYSCFG_ETH_MII)        || \
                                          ((CONFIG) == SYSCFG_ETH_RMII))

Definition at line 154 of file stm32h7xx_hal.h.

Referenced by HAL_SYSCFG_ETHInterfaceSelect().

#define SYSCFG_ETH_MII   ((uint32_t)0x00000000)

Select the Media Independent Interface

Definition at line 151 of file stm32h7xx_hal.h.

Referenced by HAL_ETH_Init().

#define SYSCFG_ETH_RMII   SYSCFG_PMCR_EPIS_SEL_2

Select the Reduced Media Independent Interface

Definition at line 152 of file stm32h7xx_hal.h.

Referenced by HAL_ETH_Init().