Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2073 …macconf->TransmitQueueMode = READ_BIT( heth->Instance->MTLTQOMR, ( ETH_MTLTQOMR_TTC | ETH_MTLTQOMR… in HAL_ETH_GetMACConfig()
2563 MODIFY_REG( heth->Instance->MTLTQOMR, ETH_MTLTQOMR_MASK, macconf->TransmitQueueMode ); in ETH_SetMACConfig()
2656 macDefaultConf.TransmitQueueMode = ETH_TRANSMITSTOREFORWARD; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h404 … uint32_t TransmitQueueMode; /*!< Specifies the Transmit Queue operating mode. member