STM32F439xx HAL User Manual
Defines
ETH Inter Frame Gap
ETH Exported Constants

Defines

#define ETH_INTERFRAMEGAP_96BIT   0x00000000U
#define ETH_INTERFRAMEGAP_88BIT   0x00020000U
#define ETH_INTERFRAMEGAP_80BIT   0x00040000U
#define ETH_INTERFRAMEGAP_72BIT   0x00060000U
#define ETH_INTERFRAMEGAP_64BIT   0x00080000U
#define ETH_INTERFRAMEGAP_56BIT   0x000A0000U
#define ETH_INTERFRAMEGAP_48BIT   0x000C0000U
#define ETH_INTERFRAMEGAP_40BIT   0x000E0000U

Define Documentation

#define ETH_INTERFRAMEGAP_40BIT   0x000E0000U

minimum IFG between frames during transmission is 40Bit

Definition at line 985 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_48BIT   0x000C0000U

minimum IFG between frames during transmission is 48Bit

Definition at line 984 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_56BIT   0x000A0000U

minimum IFG between frames during transmission is 56Bit

Definition at line 983 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_64BIT   0x00080000U

minimum IFG between frames during transmission is 64Bit

Definition at line 982 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_72BIT   0x00060000U

minimum IFG between frames during transmission is 72Bit

Definition at line 981 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_80BIT   0x00040000U

minimum IFG between frames during transmission is 80Bit

Definition at line 980 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_88BIT   0x00020000U

minimum IFG between frames during transmission is 88Bit

Definition at line 979 of file stm32f4xx_hal_eth.h.

#define ETH_INTERFRAMEGAP_96BIT   0x00000000U

minimum IFG between frames during transmission is 96Bit

Definition at line 978 of file stm32f4xx_hal_eth.h.

Referenced by ETH_MACDMAConfig().