Home
last modified time | relevance | path

Searched refs:BroadcastFramesReception (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDstm32fxx_hal_eth.c886 … assert_param( IS_ETH_BROADCAST_FRAMES_RECEPTION( macconf->BroadcastFramesReception ) ); in HAL_ETH_ConfigMAC()
930 macconf->BroadcastFramesReception | in HAL_ETH_ConfigMAC()
1176 macinit.BroadcastFramesReception = ETH_BROADCASTFRAMESRECEPTION_ENABLE; in ETH_MACDMAConfig()
1242 macinit.BroadcastFramesReception | in ETH_MACDMAConfig()
HDstm32fxx_hal_eth.h583 uint32_t BroadcastFramesReception; /*!< Selects or not the reception of Broadcast Frames. member