xref: /nrf52832-nimble/rt-thread/documentation/doxygen/basicdef.h (revision 167494296f0543431a51b6b1b83e957045294e05)
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