HAL
ETH_INTERFRAMEGAP_96BIT is only used within HAL.
 
Symbols
loading...
Files
loading...

ETH_INTERFRAMEGAP_96BIT macro

minimum IFG between frames during transmission is 96Bit

Syntax

#define ETH_INTERFRAMEGAP_96BIT 0x00000000U

References

LocationText
stm32f4xx_hal_eth.h:1372
#define ETH_INTERFRAMEGAP_96BIT 0x00000000U /*!< minimum IFG between frames during transmission is 96Bit */
stm32f4xx_hal_eth_legacy.h:996
#define ETH_INTERFRAMEGAP_96BIT 0x00000000U /*!< minimum IFG between frames during transmission is 96Bit */
stm32f4xx_hal_eth.c:1855
macinit.InterFrameGap = ETH_INTERFRAMEGAP_96BIT;
stm32f4xx_hal_eth.c:2854
macDefaultConf.InterPacketGapVal = ETH_INTERFRAMEGAP_96BIT;