mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			299 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			299 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#define PANIC_RSN_NONE 0
 | 
						|
#define PANIC_RSN_DEBUGEXCEPTION 1
 | 
						|
#define PANIC_RSN_DOUBLEEXCEPTION 2
 | 
						|
#define PANIC_RSN_KERNELEXCEPTION 3
 | 
						|
#define PANIC_RSN_COPROCEXCEPTION 4
 | 
						|
#define PANIC_RSN_INTWDT_CPU0 5
 | 
						|
#define PANIC_RSN_INTWDT_CPU1 6
 | 
						|
#define PANIC_RSN_CACHEERR 7
 | 
						|
#define PANIC_RSN_MAX 7
 |