Searched refs:GPIO_NUM_3 (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | gpio_types.h | 78 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator 123 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator 172 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator 223 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator 251 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator 278 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator 315 GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ enumerator
|
/hal_espressif-latest/components/driver/deprecated/ |
D | i2s_legacy.c | 1799 … ESP_RETURN_ON_FALSE((gpio_num == GPIO_NUM_0 || gpio_num == GPIO_NUM_1 || gpio_num == GPIO_NUM_3), in i2s_check_set_mclk()
|