6 lines
		
	
	
		
			160 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			160 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _USER_DEFS_
 | 
						|
#define _USER_DEFS_
 | 
						|
 | 
						|
#define GET_BITS_FROM_REG(_reg_, _mask_, _mask_pos_)     ( ((_reg_) & (_mask_)) >> (_mask_pos_))
 | 
						|
 | 
						|
#endif // _USER_DEFS_
 |