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

ETH_MACConfigTypeDef::Watchdog field

Enables or disables the Watchdog timer on Rx path.

References

LocationReferrerText
stm32f4xx_hal_eth.h:244
FunctionalState Watchdog; /*!< Enables or disables the Watchdog timer on Rx path.*/
stm32f4xx_hal_eth.c:2204HAL_ETH_GetMACConfig()
macconf->Watchdog = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_WD) >> 23) == 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2745ETH_SetMACConfig()
tmpreg1 |= (uint32_t)(((uint32_t)((macconf->Watchdog == DISABLE) ? 1U : 0U) << 23U) |
stm32f4xx_hal_eth.c:2852ETH_MACDMAConfig()
macDefaultConf.Watchdog = ENABLE;

Data Use

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