Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2106 dmaconf->MaximumSegmentSize = READ_BIT( heth->Instance->DMACCR, ETH_DMACCR_MSS ); in HAL_ETH_GetDMAConfig()
2592 dmaconf->MaximumSegmentSize ); in ETH_SetDMAConfig()
2678 dmaDefaultConf.MaximumSegmentSize = 536; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h453 …uint32_t MaximumSegmentSize; /*!< Sets the maximum segment size that should be used while … member