Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
HDstm32hxx_hal_eth.c2112 …dmaconf->TCPSegmentation = ( ( READ_BIT( heth->Instance->DMACTCR, ETH_DMACTCR_TSE ) >> 12 ) > 0U )… in HAL_ETH_GetDMAConfig()
2599 ( ( uint32_t ) dmaconf->TCPSegmentation << 12 ) ); in ETH_SetDMAConfig()
2677 dmaDefaultConf.TCPSegmentation = DISABLE; in ETH_MACDMAConfig()
HDstm32hxx_hal_eth.h451 FunctionalState TCPSegmentation; /*!< Enables or disables the TCP Segmentation */ member