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

ETH_MACInitTypeDef::ReceiveAll field

Selects or not all frames reception by the MAC (No filtering). This parameter can be a value of ETH_Receive_All

Syntax

uint32_t ReceiveAll;

References

LocationReferrerText
stm32f4xx_hal_eth_legacy.h:446
uint32_t ReceiveAll; /*!< Selects or not all frames reception by the MAC (No filtering).
stm32f4xx_hal_eth.c:1613HAL_ETH_ConfigMAC()
(heth->Instance)->MACFFR = (uint32_t)(macconf->ReceiveAll |
stm32f4xx_hal_eth.c:1871ETH_MACDMAConfig()
macinit.ReceiveAll = ETH_RECEIVEAll_DISABLE;
stm32f4xx_hal_eth.c:1941ETH_MACDMAConfig()
(heth->Instance)->MACFFR = (uint32_t)(macinit.ReceiveAll |

Data Use

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