Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_eth.c1571 assert_param(IS_ETH_MULTICAST_FRAMES_FILTER(macconf->MulticastFramesFilter)); in HAL_ETH_ConfigMAC()
1619 macconf->MulticastFramesFilter | in HAL_ETH_ConfigMAC()
1877 macinit.MulticastFramesFilter = ETH_MULTICASTFRAMESFILTER_PERFECT; in ETH_MACDMAConfig()
1947 macinit.MulticastFramesFilter | in ETH_MACDMAConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_eth.h465 …uint32_t MulticastFramesFilter; /*!< Selects the Multicast Frames filter mode: Non… member