Home
last modified time | relevance | path

Searched refs:spi_intr (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c75 static void spi_intr(void *arg);
120 …urce_for_host(host->id), host->intr_flags | ESP_INTR_FLAG_INTRDISABLED, spi_intr, (void *)host, &h… in ipc_isr_reg_to_core()
236 …ce_for_host(host), bus_config->intr_flags | ESP_INTR_FLAG_INTRDISABLED, spi_intr, (void *)spihost[… in spi_slave_initialize()
447 static void SPI_SLAVE_ISR_ATTR spi_intr(void *arg) in spi_intr() function
Dspi_master.c176 static void spi_intr(void *arg);
204 …t(host->id), bus_attr->bus_cfg.intr_flags | ESP_INTR_FLAG_INTRDISABLED, spi_intr, host, &host->int… in ipc_isr_reg_to_core()
245 …st(host_id), bus_attr->bus_cfg.intr_flags | ESP_INTR_FLAG_INTRDISABLED, spi_intr, host, &host->int… in spi_master_init_driver()
660 static void SPI_MASTER_ISR_ATTR spi_intr(void *arg) in spi_intr() function