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

ETH_MACConfigTypeDef::PauseTime field

This field holds the value to be used in the Pause Time field in the transmit control packet. This parameter must be a number between Min_Data = 0x0 and Max_Data = 0xFFFF.

Syntax

uint32_t PauseTime;

References

LocationReferrerText
stm32f4xx_hal_eth.h:302
PauseTime; /*!< This field holds the value to be used in the Pause Time field in the transmit control packet.
stm32f4xx_hal_eth.c:2213HAL_ETH_GetMACConfig()
macconf->PauseTime = (READ_BIT(heth->Instance->MACFCR, ETH_MACFCR_PT) >> 16);
stm32f4xx_hal_eth.c:2775ETH_SetMACConfig()
tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) |
stm32f4xx_hal_eth.c:2863ETH_MACDMAConfig()
macDefaultConf.PauseTime = 0x0U;

Data Use

Functions writing ETH_MACConfigTypeDef::PauseTime
Functions reading ETH_MACConfigTypeDef::PauseTime
ETH_MACConfigTypeDef::PauseTime
all items filtered out
Type of ETH_MACConfigTypeDef::PauseTime
ETH_MACConfigTypeDef::PauseTime
uint32_t
all items filtered out