STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
Ethernet_Media_Interface

Macros

#define GPIO_ETH_MediaInterface_MII   ((u32)0x00000000)
 
#define GPIO_ETH_MediaInterface_RMII   ((u32)0x00000001)
 
#define IS_GPIO_ETH_MEDIA_INTERFACE(INTERFACE)
 

Detailed Description

Macro Definition Documentation

#define IS_GPIO_ETH_MEDIA_INTERFACE (   INTERFACE)
Value:
(((INTERFACE) == GPIO_ETH_MediaInterface_MII) || \
((INTERFACE) == GPIO_ETH_MediaInterface_RMII))