Home
last modified time | relevance | path

Searched refs:ETH_WATCHDOG_ENABLE (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h56 #define IS_ETH_WATCHDOG(CMD) (((CMD) == ETH_WATCHDOG_ENABLE) || \
982 #define ETH_WATCHDOG_ENABLE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h56 #define IS_ETH_WATCHDOG(CMD) (((CMD) == ETH_WATCHDOG_ENABLE) || \
919 #define ETH_WATCHDOG_ENABLE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h56 #define IS_ETH_WATCHDOG(CMD) (((CMD) == ETH_WATCHDOG_ENABLE) || \
978 #define ETH_WATCHDOG_ENABLE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h56 #define IS_ETH_WATCHDOG(CMD) (((CMD) == ETH_WATCHDOG_ENABLE) || \
983 #define ETH_WATCHDOG_ENABLE ((uint32_t)0x00000000U) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h1242 #define ETH_WATCHDOG_ENABLE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h1242 #define ETH_WATCHDOG_ENABLE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1847 macinit.Watchdog = ETH_WATCHDOG_ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1854 macinit.Watchdog = ETH_WATCHDOG_ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1839 macinit.Watchdog = ETH_WATCHDOG_ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1853 macinit.Watchdog = ETH_WATCHDOG_ENABLE; in ETH_MACDMAConfig()