Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.h603 …FunctionalState HashMulticast; /*!< Enable or Disable Hash filtering on multicast packe… member
Dstm32hxx_hal_eth.c2194 ( ( uint32_t ) pFilterConfig->HashMulticast << 2 ) | in HAL_ETH_SetMACFilterConfig()
2227 …pFilterConfig->HashMulticast = ( ( READ_BIT( heth->Instance->MACPFR, ETH_MACPFR_HMC ) >> 2 ) > 0U … in HAL_ETH_GetMACFilterConfig()