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

ETH_MACConfigTypeDef::ReceiveFlowControl field

Enables or disables the MAC to decodes the received Pause packet and disables its transmitter for a specified (Pause) time

Syntax

FunctionalState ReceiveFlowControl;

References

LocationReferrerText
stm32f4xx_hal_eth.h:320
FunctionalState ReceiveFlowControl; /*!< Enables or disables the MAC to decodes the received Pause packet
stm32f4xx_hal_eth.c:2214HAL_ETH_GetMACConfig()
macconf->ReceiveFlowControl = ((READ_BIT(heth->Instance->MACFCR, ETH_MACFCR_RFCE) >> 2U) > 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2779ETH_SetMACConfig()
((uint32_t)((macconf->ReceiveFlowControl == ENABLE) ? 1U : 0U) << 2U) |
stm32f4xx_hal_eth.c:2866ETH_MACDMAConfig()
macDefaultConf.ReceiveFlowControl = DISABLE;

Data Use

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