Searched refs:GPIO_NUM_14 (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | gpio_types.h | 89 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/ |
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()
|