Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2071 …macconf->UnicastPausePacketDetect = ( ( READ_BIT( heth->Instance->MACRFCR, ETH_MACRFCR_UP ) >> 1 )… in HAL_ETH_GetMACConfig()
2556 ( ( uint32_t ) macconf->UnicastPausePacketDetect << 1 ) ); in ETH_SetMACConfig()
2658 macDefaultConf.UnicastPausePacketDetect = DISABLE; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h399 …FunctionalState UnicastPausePacketDetect; /*!< Enables or disables the MAC to detect Pause … member