mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			420 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
menu "ESP-Driver:LEDC Configurations"
 | 
						|
 | 
						|
    config LEDC_CTRL_FUNC_IN_IRAM
 | 
						|
        bool "Place LEDC control functions into IRAM"
 | 
						|
        default n
 | 
						|
        help
 | 
						|
            Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,
 | 
						|
            so that these functions can be IRAM-safe and able to be called in an IRAM context.
 | 
						|
            Enabling this option can improve driver performance as well.
 | 
						|
 | 
						|
endmenu
 |