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.
Definition in file qs_port.h.
#define QS_OBJ_PTR_SIZE 4U |
object pointer size in bytes (depends on the CPU)
qs_port.h
. It cannot be overridden in qp_config.h
. #define QS_FUN_PTR_SIZE 4U |
function pointer size in bytes (depends on the CPU)
qs_port.h
. It cannot be overridden in qp_config.h
.