Home
last modified time | relevance | path

Searched refs:RTC_GPIO_MODE_INPUT_ONLY (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/
Drtc_io_hal.c25 case RTC_GPIO_MODE_INPUT_ONLY: in rtcio_hal_set_direction()
72 case RTC_GPIO_MODE_INPUT_ONLY: in rtcio_hal_set_direction_in_sleep()
/hal_espressif-3.6.0/zephyr/esp_shared/components/driver/
Drtc_io_hal.c25 case RTC_GPIO_MODE_INPUT_ONLY: in rtcio_hal_set_direction()
72 case RTC_GPIO_MODE_INPUT_ONLY: in rtcio_hal_set_direction_in_sleep()
/hal_espressif-3.6.0/components/hal/include/hal/
Drtc_io_types.h19 RTC_GPIO_MODE_INPUT_ONLY , /*!< Pad input */ enumerator
/hal_espressif-3.6.0/examples/system/ulp_riscv/gpio/main/
Dulp_riscv_example_main.c32 rtc_gpio_set_direction(GPIO_NUM_0, RTC_GPIO_MODE_INPUT_ONLY); in app_main()
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/
Dulp_example_main.c72 rtc_gpio_set_direction(gpio_num, RTC_GPIO_MODE_INPUT_ONLY); in init_ulp_program()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rtcio.c135 RTCIO_CHECK( rtc_gpio_set_direction(s_test_map[i], RTC_GPIO_MODE_INPUT_ONLY) );