Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1984 …dmaconf->TCPSegmentation = ((READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TSE) >> 12) > 0U) ? ENA… in HAL_ETH_GetDMAConfig()
2509 ((uint32_t)dmaconf->TCPSegmentation << 12)); in ETH_SetDMAConfig()
2587 dmaDefaultConf.TCPSegmentation = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2318 …dmaconf->TCPSegmentation = ((READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TSE) >> 12) > 0U) ? ENA… in HAL_ETH_GetDMAConfig()
2848 ((uint32_t)dmaconf->TCPSegmentation << 12)); in ETH_SetDMAConfig()
2926 dmaDefaultConf.TCPSegmentation = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2374 …dmaconf->TCPSegmentation = ((READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TSE) >> 12) > 0U) ? ENA… in HAL_ETH_GetDMAConfig()
2914 ((uint32_t)dmaconf->TCPSegmentation << 12)); in ETH_SetDMAConfig()
2992 dmaDefaultConf.TCPSegmentation = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2336 …dmaconf->TCPSegmentation = ((READ_BIT(heth->Instance->DMACTCR, ETH_DMACTCR_TSE) >> 12) > 0U) ? ENA… in HAL_ETH_GetDMAConfig()
2866 ((uint32_t)dmaconf->TCPSegmentation << 12)); in ETH_SetDMAConfig()
2944 dmaDefaultConf.TCPSegmentation = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2477 dmaconf->DMACh[ch].TCPSegmentation = ((READ_BIT(heth->Instance->DMA_CH[ch].DMACTXCR, in HAL_ETH_GetDMAConfig()
3037 ((uint32_t)(dmaconf->DMACh[ch]).TCPSegmentation << 12)); in ETH_SetDMAConfig()
3165 dmaDefaultConf.DMACh[ch].TCPSegmentation = DISABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h381 FunctionalState TCPSegmentation; /*!< Enables or disables the TCP Segmentation */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h381 FunctionalState TCPSegmentation; /*!< Enables or disables the TCP Segmentation */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h381 FunctionalState TCPSegmentation; /*!< Enables or disables the TCP Segmentation */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h351 FunctionalState TCPSegmentation; /*!< Enables or disables the TCP Segmentation */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h382 …FunctionalState TCPSegmentation; /*!< Enables or disables the TCP Segmentatio… member