/hal_espressif-3.4.0/components/usb/test/usb_host/ |
D | test_usb_host_plugging.c | 43 .intr_flags = ESP_INTR_FLAG_LEVEL1, 104 .intr_flags = ESP_INTR_FLAG_LEVEL1, 169 .intr_flags = ESP_INTR_FLAG_LEVEL1,
|
D | test_usb_host_async.c | 54 .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/ |
D | twai.h | 36 … .intr_flags = ESP_INTR_FLAG_LEVEL1} 100 …int intr_flags; /**< Interrupt flags to set the priority of the driver's ISR. Note… member
|
D | spi_common.h | 122 … int intr_flags; /**< Interrupt flag for the bus to set the priority, and IRAM attribute, see member
|
/hal_espressif-3.4.0/components/driver/ |
D | spi_slave.c | 122 …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()
|
D | twai.c | 409 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()
|
D | spi_common.c | 764 …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()
|
D | spi_master.c | 220 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/ |
D | usb_host_lib_main.c | 28 .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/ |
D | usb-cdc.c | 57 .intr_flags = ESP_INTR_FLAG_LEVEL1, in app_main()
|
/hal_espressif-3.4.0/components/usb/include/usb/ |
D | usb_host.h | 108 …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/ |
D | hcd.h | 150 int intr_flags; /**< Interrupt flags for HCD interrupt */ member
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/main/ |
D | msc_example_main.c | 138 .intr_flags = ESP_INTR_FLAG_LEVEL1, in app_main()
|
/hal_espressif-3.4.0/examples/peripherals/spi_slave_hd/segment_mode/seg_master/main/ |
D | app_main.c | 68 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/ |
D | app_main.c | 113 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/ |
D | cdc_acm_host_bg96.cpp | 182 .intr_flags = ESP_INTR_FLAG_LEVEL1, in app_main()
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | test_msc.c | 197 .intr_flags = ESP_INTR_FLAG_LEVEL1, in msc_setup()
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/ |
D | test_cdc_acm_host.c | 57 .intr_flags = ESP_INTR_FLAG_LEVEL1, in usb_lib_task()
|
/hal_espressif-3.4.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 147 .intr_flags = ESP_INTR_FLAG_LEVEL1, in test_hcd_setup()
|
/hal_espressif-3.4.0/components/usb/ |
D | usb_host.c | 403 .intr_flags = config->intr_flags, in usb_host_install()
|
D | hcd.c | 1010 …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/ |
D | twai.rst | 265 - When calling :cpp:func:`twai_driver_install`, the `intr_flags` member of :cpp:type:`twai_general_…
|
D | spi_master.rst | 496 …lass:`ESP_INTR_FLAG_IRAM` in the member :cpp:member:`spi_bus_config_t::intr_flags`. In this case, …
|