Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDstm32fxx_hal_eth.c872 assert_param( IS_ETH_WATCHDOG( macconf->Watchdog ) ); in HAL_ETH_ConfigMAC()
HDstm32fxx_hal_eth.h98 #define IS_ETH_WATCHDOG( CMD ) \ macro