Add GPIO0 OUT

This commit is contained in:
iranl
2025-02-20 22:43:35 +01:00
parent fb178e0bf8
commit 6bfb826471
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
#ifndef CONFIG_IDF_TARGET_ESP32
typedef enum {
ETH_CLOCK_GPIO0_IN = 0,
ETH_CLOCK_GPIO0_OUT = 1,
ETH_CLOCK_GPIO16_OUT = 2,
ETH_CLOCK_GPIO17_OUT = 3
} eth_clock_mode_t;