Sample QS/C++ port. More...
Go to the source code of this file.
Macros | |
| #define | QS_TIME_SIZE 4U |
| #define | QS_OBJ_PTR_SIZE 4U |
| #define | QS_FUN_PTR_SIZE 4U |
Sample QS/C++ port.
Details
This is just an example of a QS port for a 32-bit CPU. Other specific QS ports will define the QS facilities differently.
Definition in file qs_port.hpp.
| #define QS_TIME_SIZE 4U |
Definition at line 19 of file qs_port.hpp.
| #define QS_OBJ_PTR_SIZE 4U |
Definition at line 22 of file qs_port.hpp.
| #define QS_FUN_PTR_SIZE 4U |
Definition at line 25 of file qs_port.hpp.