HAL
ETH_MACInitTypeDef::PauseTime is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALETH_MACInitTypeDef::PauseTime

ETH_MACInitTypeDef::PauseTime field

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

Syntax

uint32_t PauseTime;

References

LocationReferrerText
stm32f4xx_hal_eth_legacy.h:476
uint32_t PauseTime; /*!< This field holds the value to be used in the Pause Time field in the transmit control frame.
stm32f4xx_hal_eth.c:1641HAL_ETH_ConfigMAC()
tmpreg1 |= (uint32_t)((macconf->PauseTime << 16U) |
stm32f4xx_hal_eth.c:1881ETH_MACDMAConfig()
macinit.PauseTime = 0x0U;
stm32f4xx_hal_eth.c:1975ETH_MACDMAConfig()
tmpreg1 |= (uint32_t)((macinit.PauseTime << 16U) |

Data Use

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