|
STM32H735xx HAL User Manual
|
Defines | |
| #define | SYSCFG_ETH_MII ((uint32_t)0x00000000) |
| #define | SYSCFG_ETH_RMII SYSCFG_PMCR_EPIS_SEL_2 |
| #define | IS_SYSCFG_ETHERNET_CONFIG(CONFIG) |
| #define IS_SYSCFG_ETHERNET_CONFIG | ( | CONFIG | ) |
(((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().
1.7.6.1