Home
last modified time | relevance | path

Searched refs:wakeup_enable (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Drtc_io_ll.h283 RTCIO.pin[rtcio_num].wakeup_enable = 0x1; in rtcio_ll_wakeup_enable()
295 RTCIO.pin[rtcio_num].wakeup_enable = 0; in rtcio_ll_wakeup_disable()
Dgpio_ll.h294 hw->pin[gpio_num].wakeup_enable = 0x1; in gpio_ll_wakeup_enable()
305 hw->pin[gpio_num].wakeup_enable = 0; in gpio_ll_wakeup_disable()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Drtc_io_ll.h272 RTCIO.pin[rtcio_num].wakeup_enable = 0x1; in rtcio_ll_wakeup_enable()
283 RTCIO.pin[rtcio_num].wakeup_enable = 0; in rtcio_ll_wakeup_disable()
Dgpio_ll.h299 hw->pin[gpio_num].wakeup_enable = 0x1; in gpio_ll_wakeup_enable()
310 hw->pin[gpio_num].wakeup_enable = 0; in gpio_ll_wakeup_disable()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Drtc_io_ll.h280 RTCIO.pin[rtcio_num].wakeup_enable = 0x1; in rtcio_ll_wakeup_enable()
291 RTCIO.pin[rtcio_num].wakeup_enable = 0; in rtcio_ll_wakeup_disable()
Dgpio_ll.h471 hw->pin[gpio_num].wakeup_enable = 0x1; in gpio_ll_wakeup_enable()
482 hw->pin[gpio_num].wakeup_enable = 0; in gpio_ll_wakeup_disable()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h275 hw->pin[gpio_num].wakeup_enable = 0x1; in gpio_ll_wakeup_enable()
286 hw->pin[gpio_num].wakeup_enable = 0; in gpio_ll_wakeup_disable()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h285 hw->pin[gpio_num].wakeup_enable = 0x1; in gpio_ll_wakeup_enable()
296 hw->pin[gpio_num].wakeup_enable = 0; in gpio_ll_wakeup_disable()
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/host_test/gpio/main/
Dgpio_cxx_test.cpp259 CHECK_THROWS_AS(gpio.wakeup_enable(GPIOWakeupIntrType::LOW_LEVEL()), GPIOException&);
269 gpio.wakeup_enable(GPIOWakeupIntrType::HIGH_LEVEL());
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/
Dgpio_cxx.hpp355 void wakeup_enable(GPIOWakeupIntrType interrupt_type);
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dgpio_struct.h166 … uint32_t wakeup_enable: 1; /*GPIO wake up enable only available in light sleep*/ member
Drtc_io_struct.h100 uint32_t wakeup_enable: 1; /*GPIO wake up enable only available in light sleep*/ member
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Dgpio_cxx.cpp180 void GPIOInput::wakeup_enable(GPIOWakeupIntrType interrupt_type) in wakeup_enable() function in idf::GPIOInput
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h143 uint32_t wakeup_enable : 1; member
Drtc_io_struct.h100 uint32_t wakeup_enable : 1; /*RTC GPIO wakeup enable bit*/ member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h147 uint32_t wakeup_enable: 1; member
Drtc_io_struct.h97 uint32_t wakeup_enable: 1; /*RTC GPIO wakeup enable bit*/ member
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dgpio_struct.h148 uint32_t wakeup_enable: 1; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dgpio_struct.h148 uint32_t wakeup_enable: 1; member