HAL
ETH_MACConfigTypeDef::UnicastPausePacketDetect is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_MACConfigTypeDef::UnicastPausePacketDetect

ETH_MACConfigTypeDef::UnicastPausePacketDetect field

Enables or disables the MAC to detect Pause packets with unicast address of the station

Syntax

FunctionalState UnicastPausePacketDetect;

References

LocationReferrerText
stm32f4xx_hal_eth.h:318
UnicastPausePacketDetect; /*!< Enables or disables the MAC to detect Pause packets with unicast address of the station */
stm32f4xx_hal_eth.c:2215HAL_ETH_GetMACConfig()
macconf->UnicastPausePacketDetect = ((READ_BIT(heth->Instance->MACFCR, ETH_MACFCR_UPFD) >> 3U) > 0U)
stm32f4xx_hal_eth.c:2778ETH_SetMACConfig()
((uint32_t)((macconf->UnicastPausePacketDetect == ENABLE) ? 1U : 0U) << 3U) |
stm32f4xx_hal_eth.c:2870ETH_MACDMAConfig()
macDefaultConf.UnicastPausePacketDetect = DISABLE;

Data Use

Functions writing ETH_MACConfigTypeDef::UnicastPausePacketDetect
Functions reading ETH_MACConfigTypeDef::UnicastPausePacketDetect
ETH_MACConfigTypeDef::UnicastPausePacketDetect
all items filtered out
Type of ETH_MACConfigTypeDef::UnicastPausePacketDetect
ETH_MACConfigTypeDef::UnicastPausePacketDetect
all items filtered out