mirror of
				https://github.com/IcedRooibos/py32f0-template.git
				synced 2025-10-29 00:42:06 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __PY32F0XX_IT_H
 | |
| #define __PY32F0XX_IT_H
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| extern "C" {
 | |
| #endif
 | |
| 
 | |
| void NMI_Handler(void);
 | |
| void HardFault_Handler(void);
 | |
| void SVC_Handler(void);
 | |
| void PendSV_Handler(void);
 | |
| void SysTick_Handler(void);
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 | |
| 
 | |
| #endif /* __PY32F0XX_IT_H */
 | 
