Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.h601 …FunctionalState HashUnicast; /*!< Enable or Disable Hash filtering on unicast packets… member
Dstm32hxx_hal_eth.c2193 ( ( uint32_t ) pFilterConfig->HashUnicast << 1 ) | in HAL_ETH_SetMACFilterConfig()
2226 …pFilterConfig->HashUnicast = ( ( READ_BIT( heth->Instance->MACPFR, ETH_MACPFR_HUC ) >> 1 ) > 0U ) … in HAL_ETH_GetMACFilterConfig()