Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c59 uint32_t intr_flags; member
120 …s)->err = esp_intr_alloc(spicommon_irqsource_for_host(host->id), host->intr_flags | ESP_INTR_FLAG_… in ipc_isr_reg_to_core()
139 …SPI_CHECK((bus_config->intr_flags & (ESP_INTR_FLAG_HIGH|ESP_INTR_FLAG_EDGE|ESP_INTR_FLAG_INTRDISAB… in spi_slave_initialize()
141 …SPI_CHECK((bus_config->intr_flags & ESP_INTR_FLAG_IRAM)==0, "ESP_INTR_FLAG_IRAM should be disabled… in spi_slave_initialize()
226 spihost[host]->intr_flags = bus_config->intr_flags; in spi_slave_initialize()
236 …err = esp_intr_alloc(spicommon_irqsource_for_host(host), bus_config->intr_flags | ESP_INTR_FLAG_IN… in spi_slave_initialize()
Dspi_common.c776 …SPI_CHECK((bus_config->intr_flags & (ESP_INTR_FLAG_HIGH|ESP_INTR_FLAG_EDGE|ESP_INTR_FLAG_INTRDISAB… in spi_bus_initialize()
778 …SPI_CHECK((bus_config->intr_flags & ESP_INTR_FLAG_IRAM)==0, "ESP_INTR_FLAG_IRAM should be disabled… in spi_bus_initialize()
Dspi_master.c204 …p_intr_alloc(spicommon_irqsource_for_host(host->id), bus_attr->bus_cfg.intr_flags | ESP_INTR_FLAG_… in ipc_isr_reg_to_core()
245 …sp_intr_alloc(spicommon_irqsource_for_host(host_id), bus_attr->bus_cfg.intr_flags | ESP_INTR_FLAG_… in spi_master_init_driver()
/hal_espressif-latest/components/driver/spi/include/driver/
Dspi_common.h121 … int intr_flags; /**< Interrupt flag for the bus to set the priority, and IRAM attribute, see member