Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dgpio_types.h89 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
134 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
183 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
234 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
262 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
289 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
326 GPIO_NUM_14 = 14, /*!< GPIO14, input and output */ enumerator
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h697 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()