HAL
ETH_MACConfigTypeDef::InterPacketGapVal is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_MACConfigTypeDef::InterPacketGapVal

ETH_MACConfigTypeDef::InterPacketGapVal field

Sets the minimum IPG between Packet during transmission. This parameter can be a value of ETH_Inter_Packet_Gap

Syntax

uint32_t InterPacketGapVal;

References

LocationReferrerText
stm32f4xx_hal_eth.h:233
uint32_t InterPacketGapVal; /*!< Sets the minimum IPG between Packet during transmission.
stm32f4xx_hal_eth.c:2206HAL_ETH_GetMACConfig()
macconf->InterPacketGapVal = READ_BIT(heth->Instance->MACCR, ETH_MACCR_IFG);
stm32f4xx_hal_eth.c:2747ETH_SetMACConfig()
(uint32_t)macconf->InterPacketGapVal |
stm32f4xx_hal_eth.c:2854ETH_MACDMAConfig()
macDefaultConf.InterPacketGapVal = ETH_INTERFRAMEGAP_96BIT;

Data Use

Functions writing ETH_MACConfigTypeDef::InterPacketGapVal
Functions reading ETH_MACConfigTypeDef::InterPacketGapVal
ETH_MACConfigTypeDef::InterPacketGapVal
all items filtered out
Type of ETH_MACConfigTypeDef::InterPacketGapVal
ETH_MACConfigTypeDef::InterPacketGapVal
uint32_t
all items filtered out