Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1024 assert_param( IS_ETH_TRANSMIT_THRESHOLD_CONTROL( dmaconf->TransmitThresholdControl ) ); in HAL_ETH_ConfigDMA()
1048 dmaconf->TransmitThresholdControl | in HAL_ETH_ConfigDMA()
1300 dmainit.TransmitThresholdControl = ETH_TRANSMITTHRESHOLDCONTROL_64BYTES; in ETH_MACDMAConfig()
1331 dmainit.TransmitThresholdControl | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h652 uint32_t TransmitThresholdControl; /*!< Selects or not the Transmit Threshold Control. member