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

ETH_MACConfigTypeDef::Jabber field

Enables or disables Jabber timer on Tx path.

References

LocationReferrerText
stm32f4xx_hal_eth.h:246
FunctionalState Jabber; /*!< Enables or disables Jabber timer on Tx path.*/
stm32f4xx_hal_eth.c:2203HAL_ETH_GetMACConfig()
macconf->Jabber = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_JD) >> 22) == 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2746ETH_SetMACConfig()
((uint32_t)((macconf->Jabber == DISABLE) ? 1U : 0U) << 22U) |
stm32f4xx_hal_eth.c:2853ETH_MACDMAConfig()
macDefaultConf.Jabber = ENABLE;

Data Use

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