Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/include/hal/
Dgpio_types.h76 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
121 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
170 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
221 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
249 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
276 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
313 GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ enumerator
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c1799 … ESP_RETURN_ON_FALSE((gpio_num == GPIO_NUM_0 || gpio_num == GPIO_NUM_1 || gpio_num == GPIO_NUM_3), in i2s_check_set_mclk()
1806 } else if (gpio_num == GPIO_NUM_1) { in i2s_check_set_mclk()