15 lines
		
	
	
		
			412 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			412 B
		
	
	
	
		
			C
		
	
	
	
	
	
|  | /*
 | ||
|  |  * This file is only used for doxygen document generation. | ||
|  |  */ | ||
|  | 
 | ||
|  | /**
 | ||
|  |  * @defgroup BasicDef Basic Definitions | ||
|  |  * | ||
|  |  * @brief Basic data type in RT-Thread RTOS. | ||
|  |  * | ||
|  |  * These are the basic definitions which used in RT-Thread RTOS. In general, | ||
|  |  * RT-Thread kernel uses its own definition of the basic data types, such as | ||
|  |  * rt_uint32_t, rt_uint8_t, etc., which does not depend on the compiler or | ||
|  |  * architecture. | ||
|  |  */ |