Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c1027 assert_param( IS_ETH_RECEIVE_THRESHOLD_CONTROL( dmaconf->ReceiveThresholdControl ) ); in HAL_ETH_ConfigDMA()
1051 dmaconf->ReceiveThresholdControl | in HAL_ETH_ConfigDMA()
1303 dmainit.ReceiveThresholdControl = ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES; in ETH_MACDMAConfig()
1334 dmainit.ReceiveThresholdControl | in ETH_MACDMAConfig()
Dstm32fxx_hal_eth.h662 uint32_t ReceiveThresholdControl; /*!< Selects the threshold level of the Receive FIFO. member