Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.h605 … FunctionalState PassAllMulticast; /*!< Enable or Disable passing all multicast packets */ member
Dstm32hxx_hal_eth.c2196 ( ( uint32_t ) pFilterConfig->PassAllMulticast << 4 ) | in HAL_ETH_SetMACFilterConfig()
2229 …pFilterConfig->PassAllMulticast = ( ( READ_BIT( heth->Instance->MACPFR, ETH_MACPFR_PM ) >> 4 ) > 0… in HAL_ETH_GetMACFilterConfig()