Sample QS/C port. More...
Go to the source code of this file.
Macros | |
| #define | QS_OBJ_PTR_SIZE 4U |
| object pointer size in bytes (depends on the CPU) | |
| #define | QS_FUN_PTR_SIZE 4U |
| function pointer size in bytes (depends on the CPU) | |
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.h.
| #define QS_OBJ_PTR_SIZE 4U |
object pointer size in bytes (depends on the CPU)
Details
| #define QS_FUN_PTR_SIZE 4U |
function pointer size in bytes (depends on the CPU)
Details