Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_eth.c1723 assert_param(IS_ETH_RECEIVE_THRESHOLD_CONTROL(dmaconf->ReceiveThresholdControl)); in HAL_ETH_ConfigDMA()
1746 dmaconf->ReceiveThresholdControl | in HAL_ETH_ConfigDMA()
2011 dmainit.ReceiveThresholdControl = ETH_RECEIVEDTHRESHOLDCONTROL_64BYTES; in ETH_MACDMAConfig()
2042 dmainit.ReceiveThresholdControl | in ETH_MACDMAConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_eth.h535 …uint32_t ReceiveThresholdControl; /*!< Selects the threshold level of the Receive … member