QP/C  7.2.2
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qs_port.h File Reference

QS/C sample port with all configurable options. More...

#include "qf_port.h"
#include "qs.h"

Go to the source code of this file.

Macros

#define QS_CTR_SIZE   2U
 
#define QS_TIME_SIZE   4U
 
#define QS_OBJ_PTR_SIZE   4U
 
#define QS_FUN_PTR_SIZE   4U
 

Detailed Description

Date
Last updated on: 2023-01-05
Version
Last updated for: Version 7.2.0, 2023-01-06

Definition in file qs_port.h.

Macro Definition Documentation

◆ QS_CTR_SIZE

#define QS_CTR_SIZE   2U

QS buffer counter size in bytes

Definition at line 36 of file qs_port.h.

◆ QS_TIME_SIZE

#define QS_TIME_SIZE   4U

QS time-stamp size in bytes

Definition at line 39 of file qs_port.h.

◆ QS_OBJ_PTR_SIZE

#define QS_OBJ_PTR_SIZE   4U

object pointer size in bytes

Definition at line 42 of file qs_port.h.

◆ QS_FUN_PTR_SIZE

#define QS_FUN_PTR_SIZE   4U

function pointer size in bytes

Definition at line 45 of file qs_port.h.