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

ETH_MACConfigTypeDef::ReceiveOwn field

Enables or disables the Receive Own in Half Duplex mode.

Syntax

References

LocationReferrerText
stm32f4xx_hal_eth.h:263
FunctionalState ReceiveOwn; /*!< Enables or disables the Receive Own in Half Duplex mode. */
stm32f4xx_hal_eth.c:2199HAL_ETH_GetMACConfig()
macconf->ReceiveOwn = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_ROD) >> 13) == 0U) ? ENABLE : DISABLE;
stm32f4xx_hal_eth.c:2750ETH_SetMACConfig()
((uint32_t)((macconf->ReceiveOwn == DISABLE) ? 1U : 0U) << 13U) |
stm32f4xx_hal_eth.c:2856ETH_MACDMAConfig()
macDefaultConf.ReceiveOwn = ENABLE;

Data Use

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