Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c2076 …macconf->ForwardRxUndersizedGoodPacket = ( ( READ_BIT( heth->Instance->MTLRQOMR, ETH_MTLRQOMR_FUP … in HAL_ETH_GetMACConfig()
2569 ( ( uint32_t ) macconf->ForwardRxUndersizedGoodPacket << 3 ) ); in ETH_SetMACConfig()
2637 macDefaultConf.ForwardRxUndersizedGoodPacket = DISABLE; in ETH_MACDMAConfig()
Dstm32hxx_hal_eth.h414 …FunctionalState ForwardRxUndersizedGoodPacket; /*!< Enables or disables forwarding Undersized G… member