Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c880 assert_param( IS_ETH_AUTOMATIC_PADCRC_STRIP( macconf->AutomaticPadCRCStrip ) ); in HAL_ETH_ConfigMAC()
Dstm32fxx_hal_eth.h128 #define IS_ETH_AUTOMATIC_PADCRC_STRIP( CMD ) \ macro