Searched refs:GPIO_NUM_7 (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | gpio_types.h | 82 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator 127 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator 176 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator 227 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator 255 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator 282 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator 319 GPIO_NUM_7 = 7, /*!< GPIO7, input and output */ enumerator
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gpio_ll.h | 697 HAL_ASSERT((gpio_num >= GPIO_NUM_7 && gpio_num <= GPIO_NUM_14) && in gpio_ll_deepsleep_wakeup_enable() 724 HAL_ASSERT((gpio_num >= GPIO_NUM_7 && gpio_num <= GPIO_NUM_14) && in gpio_ll_deepsleep_wakeup_disable() 741 HAL_ASSERT((gpio_num >= GPIO_NUM_7 && gpio_num <= GPIO_NUM_14) && in gpio_ll_deepsleep_wakeup_is_enabled()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rtc_io_ll.h | 360 …HAL_ASSERT(gpio_num <= GPIO_NUM_7 && "gpio larger than 7 does not support deep sleep wake-up funct… in rtcio_ll_wakeup_is_enabled()
|