Internal (package scope) QP/C interface. More...
Go to the source code of this file.
Classes | |
class | QF_Attr |
Private attributes of the QF framework. More... | |
Macros | |
#define | QTE_IS_LINKED (1U << 7U) |
#define | QTE_WAS_DISARMED (1U << 6U) |
#define | QTE_TICK_RATE 0x0FU |
#define | QACTIVE_CAST_(ptr_) |
#define | Q_UINTPTR_CAST_(ptr_) |
Internal (package scope) QP/C interface.
Backward Traceability
Definition in file qp_pkg.h.
#define QACTIVE_CAST_ | ( | ptr_ | ) |
Internal helper macro to encapsulate a MISRA deviation
[in] | ptr_ | active object pointer |
This internal macro encapsulates the violation of MISRA-C:2023 Rule 11.5(A).
Backward Traceability
#define Q_UINTPTR_CAST_ | ( | ptr_ | ) |