Home
last modified time | relevance | path

Searched refs:RTC_GPIO_MODE_INPUT_OUTPUT (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/hal/
Drtc_io_hal.c35 case RTC_GPIO_MODE_INPUT_OUTPUT: in rtcio_hal_set_direction()
82 case RTC_GPIO_MODE_INPUT_OUTPUT: in rtcio_hal_set_direction_in_sleep()
/hal_espressif-3.6.0/zephyr/esp_shared/components/driver/
Drtc_io_hal.c35 case RTC_GPIO_MODE_INPUT_OUTPUT: in rtcio_hal_set_direction()
82 case RTC_GPIO_MODE_INPUT_OUTPUT: in rtcio_hal_set_direction_in_sleep()
/hal_espressif-3.6.0/components/hal/include/hal/
Drtc_io_types.h21 RTC_GPIO_MODE_INPUT_OUTPUT, /*!< Pad input + output */ enumerator
/hal_espressif-3.6.0/components/driver/test/
Dtest_rtcio.c92 RTCIO_CHECK( rtc_gpio_set_direction(i, RTC_GPIO_MODE_INPUT_OUTPUT) );
/hal_espressif-3.6.0/components/esp_pm/test/
Dtest_pm.c190 rtc_gpio_set_direction(ext1_wakeup_gpio, RTC_GPIO_MODE_INPUT_OUTPUT);