Home
last modified time | relevance | path

Searched refs:GPIO_INTR_POSEDGE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.5.0/components/driver/test/
Dtest_gpio.c226 input_io.intr_type = GPIO_INTR_POSEDGE;
234 TEST_ESP_OK(gpio_set_intr_type(TEST_GPIO_EXT_IN_IO, GPIO_INTR_POSEDGE));
249 input_io.intr_type = GPIO_INTR_POSEDGE;
272 input_io.intr_type = GPIO_INTR_POSEDGE;
314 input_io.intr_type = GPIO_INTR_POSEDGE;
337 input_io.intr_type = GPIO_INTR_POSEDGE;
360 input_io.intr_type = GPIO_INTR_POSEDGE;
385 input_io.intr_type = GPIO_INTR_POSEDGE;
417 TEST_ESP_OK(gpio_set_intr_type(gpio_num, GPIO_INTR_POSEDGE)); in install_isr_service_task()
577 input_io.intr_type = GPIO_INTR_POSEDGE;
[all …]
Dtest_dedicated_gpio.c198 TEST_ESP_OK(gpio_set_intr_type(1, GPIO_INTR_POSEDGE));
/hal_espressif-3.5.0/examples/peripherals/spi_slave/sender/main/
Dapp_main.c138 .intr_type=GPIO_INTR_POSEDGE, in app_main()
156 gpio_set_intr_type(GPIO_HANDSHAKE, GPIO_INTR_POSEDGE); in app_main()
/hal_espressif-3.5.0/examples/peripherals/gpio/generic_gpio/main/
Dgpio_example_main.c78 io_conf.intr_type = GPIO_INTR_POSEDGE; in app_main()
/hal_espressif-3.5.0/tools/mocks/hal/include/hal/
Dgpio_types.h64 GPIO_INTR_POSEDGE = 1, /*!< GPIO interrupt type : rising edge */ enumerator
/hal_espressif-3.5.0/components/driver/
Drtc_io.c204 …if (intr_type == GPIO_INTR_POSEDGE || intr_type == GPIO_INTR_NEGEDGE || intr_type == GPIO_INTR_ANY… in rtc_gpio_wakeup_enable()
/hal_espressif-3.5.0/zephyr/esp_shared/components/driver/
Drtc_io.c242 if (intr_type == GPIO_INTR_POSEDGE || in rtc_gpio_wakeup_enable()
/hal_espressif-3.5.0/components/hal/include/hal/
Dgpio_types.h356 GPIO_INTR_POSEDGE = 1, /*!< GPIO interrupt type : rising edge */ enumerator
/hal_espressif-3.5.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dspi_eeprom.c188 gpio_set_intr_type(ctx->cfg.miso_io, GPIO_INTR_POSEDGE); in spi_eeprom_init()
/hal_espressif-3.5.0/components/esp_eth/src/
Desp_eth_mac_dm9051.c705 gpio_set_intr_type(emac->int_gpio_num, GPIO_INTR_POSEDGE); in emac_dm9051_init()