Home
last modified time | relevance | path

Searched refs:intr_flags (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.4.0/components/usb/test/usb_host/
Dtest_usb_host_plugging.c43 .intr_flags = ESP_INTR_FLAG_LEVEL1,
104 .intr_flags = ESP_INTR_FLAG_LEVEL1,
169 .intr_flags = ESP_INTR_FLAG_LEVEL1,
Dtest_usb_host_async.c54 .intr_flags = ESP_INTR_FLAG_LEVEL1,
118 .intr_flags = ESP_INTR_FLAG_LEVEL1,
224 .intr_flags = ESP_INTR_FLAG_LEVEL1,
/hal_espressif-3.4.0/components/driver/include/driver/
Dtwai.h36 … .intr_flags = ESP_INTR_FLAG_LEVEL1}
100 …int intr_flags; /**< Interrupt flags to set the priority of the driver's ISR. Note… member
Dspi_common.h122 … int intr_flags; /**< Interrupt flag for the bus to set the priority, and IRAM attribute, see member
/hal_espressif-3.4.0/components/driver/
Dspi_slave.c122 …SPI_CHECK((bus_config->intr_flags & (ESP_INTR_FLAG_HIGH|ESP_INTR_FLAG_EDGE|ESP_INTR_FLAG_INTRDISAB… in spi_slave_initialize()
124 …SPI_CHECK((bus_config->intr_flags & ESP_INTR_FLAG_IRAM)==0, "ESP_INTR_FLAG_IRAM should be disabled… in spi_slave_initialize()
192 int flags = bus_config->intr_flags | ESP_INTR_FLAG_INTRDISABLED; in spi_slave_initialize()
Dtwai.c409 TWAI_CHECK(!(g_config->intr_flags & ESP_INTR_FLAG_IRAM), ESP_ERR_INVALID_ARG); in twai_driver_install()
447 …ESP_ERROR_CHECK(esp_intr_alloc(ETS_TWAI_INTR_SOURCE, g_config->intr_flags, twai_intr_handler_main,… in twai_driver_install()
Dspi_common.c764 …SPI_CHECK((bus_config->intr_flags & (ESP_INTR_FLAG_HIGH|ESP_INTR_FLAG_EDGE|ESP_INTR_FLAG_INTRDISAB… in spi_bus_initialize()
766 …SPI_CHECK((bus_config->intr_flags & ESP_INTR_FLAG_IRAM)==0, "ESP_INTR_FLAG_IRAM should be disabled… in spi_bus_initialize()
Dspi_master.c220 bus_attr->bus_cfg.intr_flags | ESP_INTR_FLAG_INTRDISABLED, in spi_master_init_driver()
/hal_espressif-3.4.0/examples/peripherals/usb/host/usb_host_lib/main/
Dusb_host_lib_main.c28 .intr_flags = ESP_INTR_FLAG_LEVEL1, in host_lib_daemon_task()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c57 .intr_flags = ESP_INTR_FLAG_LEVEL1, in app_main()
/hal_espressif-3.4.0/components/usb/include/usb/
Dusb_host.h108 …int intr_flags; /**< Interrupt flags for the underlying ISR used by the USB Host stack… member
/hal_espressif-3.4.0/components/usb/private_include/
Dhcd.h150 int intr_flags; /**< Interrupt flags for HCD interrupt */ member
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c138 .intr_flags = ESP_INTR_FLAG_LEVEL1, in app_main()
/hal_espressif-3.4.0/examples/peripherals/spi_slave_hd/segment_mode/seg_master/main/
Dapp_main.c68 bus_cfg->intr_flags = 0; in get_spi_bus_default_config()
/hal_espressif-3.4.0/examples/peripherals/spi_slave_hd/segment_mode/seg_slave/main/
Dapp_main.c113 bus_cfg->intr_flags = 0; in get_spi_bus_default_config()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp182 .intr_flags = ESP_INTR_FLAG_LEVEL1, in app_main()
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c197 .intr_flags = ESP_INTR_FLAG_LEVEL1, in msc_setup()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c57 .intr_flags = ESP_INTR_FLAG_LEVEL1, in usb_lib_task()
/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_common.c147 .intr_flags = ESP_INTR_FLAG_LEVEL1, in test_hcd_setup()
/hal_espressif-3.4.0/components/usb/
Dusb_host.c403 .intr_flags = config->intr_flags, in usb_host_install()
Dhcd.c1010 …config->intr_flags | ESP_INTR_FLAG_INTRDISABLED, //The interrupt must be disabled until the port … in hcd_install()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dtwai.rst265 - When calling :cpp:func:`twai_driver_install`, the `intr_flags` member of :cpp:type:`twai_general_…
Dspi_master.rst496 …lass:`ESP_INTR_FLAG_IRAM` in the member :cpp:member:`spi_bus_config_t::intr_flags`. In this case, …