mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [mapping:gpio_driver]
 | |
| archive: libesp_driver_gpio.a
 | |
| entries:
 | |
|     if GPIO_CTRL_FUNC_IN_IRAM = y:
 | |
|         gpio: gpio_set_level (noflash)
 | |
|         gpio: gpio_intr_disable (noflash)
 | |
|         gpio: gpio_get_level (noflash)
 | |
| 
 | |
| [mapping:gpio_hal]
 | |
| archive: libhal.a
 | |
| entries:
 | |
|     if GPIO_CTRL_FUNC_IN_IRAM = y:
 | |
|         gpio_hal: gpio_hal_intr_disable (noflash)
 | 
