mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-29 20:34:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [mapping:gpspi_driver]
 | |
| archive: libesp_driver_spi.a
 | |
| entries:
 | |
|     # SOC_GDMA_SUPPORTED is undeclared if GDMA not support, so use `SOC_GDMA_SUPPORTED != y` instead
 | |
|     if SOC_GDMA_SUPPORTED != y && (SPI_MASTER_ISR_IN_IRAM = y || SPI_SLAVE_ISR_IN_IRAM = y):
 | |
|         spi_dma: spi_dma_reset (noflash)
 | |
|         spi_dma: spi_dma_start (noflash)
 | |
| 
 | |
|         if SOC_SPI_SUPPORT_SLAVE_HD_VER2 = y:
 | |
|             spi_dma: spi_dma_get_eof_desc (noflash)
 | 
