Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2075 …macconf->ReceiveQueueMode = READ_BIT( heth->Instance->MTLRQOMR, ( ETH_MTLRQOMR_RTC | ETH_MTLRQOMR_… in HAL_ETH_GetMACConfig()
2566 macregval = ( macconf->ReceiveQueueMode | in ETH_SetMACConfig()
2650 macDefaultConf.ReceiveQueueMode = ETH_RECEIVESTOREFORWARD; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h407 … uint32_t ReceiveQueueMode; /*!< Specifies the Receive Queue operating mode. member