1 /* 2 * This file is only used for doxygen document generation. 3 */ 4 5 /** 6 * @defgroup BasicDef Basic Definitions 7 * 8 * @brief Basic data type in RT-Thread RTOS. 9 * 10 * These are the basic definitions which used in RT-Thread RTOS. In general, 11 * RT-Thread kernel uses its own definition of the basic data types, such as 12 * rt_uint32_t, rt_uint8_t, etc., which does not depend on the compiler or 13 * architecture. 14 */ 15