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

ETH_MACInitTypeDef::Watchdog field

Selects or not the Watchdog timer When enabled, the MAC allows no more then 2048 bytes to be received. When disabled, the MAC can receive up to 16384 bytes. This parameter can be a value of ETH_Watchdog

Syntax

uint32_t Watchdog;

References

LocationReferrerText
stm32f4xx_hal_eth_legacy.h:406
uint32_t Watchdog; /*!< Selects or not the Watchdog timer
stm32f4xx_hal_eth.c:1588HAL_ETH_ConfigMAC()
tmpreg1 |= (uint32_t)(macconf->Watchdog |
stm32f4xx_hal_eth.c:1853ETH_MACDMAConfig()
macinit.Watchdog = ETH_WATCHDOG_ENABLE;
stm32f4xx_hal_eth.c:1908ETH_MACDMAConfig()
tmpreg1 |= (uint32_t)(macinit.Watchdog |

Data Use

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