Home
last modified time | relevance | path

Searched refs:ExtendedInterPacketGapVal (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2058 … macconf->ExtendedInterPacketGapVal = READ_BIT( heth->Instance->MACECR, ETH_MACECR_EIPG ) >> 25; in HAL_ETH_GetMACConfig()
2528 macregval = ( ( macconf->ExtendedInterPacketGapVal << 25 ) | in ETH_SetMACConfig()
2635 macDefaultConf.ExtendedInterPacketGapVal = 0x0; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h380 …uint32_t ExtendedInterPacketGapVal; /*!< Sets the Extended IPG between Packet during … member