Home
last modified time | relevance | path

Searched refs:INTR_CPU_ID_AUTO (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Dintr_types.h18INTR_CPU_ID_AUTO, ///< Register intr ISR to core automatically, this means the core on which… enumerator
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c225 if(bus_config->isr_cpu_id > INTR_CPU_ID_AUTO) { in spi_slave_initialize()
Dspi_master.c235 if(bus_attr->bus_cfg.isr_cpu_id > INTR_CPU_ID_AUTO) { in spi_master_init_driver()