QF/C time events and time management services.
More...
#include "qf_port.h"
#include "qf_pkg.h"
#include "qassert.h"
#include "qs_port.h"
#include "qs_pkg.h"
Go to the source code of this file.
- Date
- Last updated on: 2021-12-23
- Version
- Last updated for: Version 7.0.0, 2022-04-30
Definition in file qf_time.c.
◆ QACTIVE_CAST_
#define QACTIVE_CAST_ |
( |
|
ptr_ | ) |
((QActive *)(ptr_)) |
intertnal macro to encapsulate a MISRA deviation
This internal macro encapsulates the violation of MISRA-C 2012 Rule 11.5(A) "A conversion should not be performed from pointer to void
into pointer to object".
Definition at line 56 of file qf_time.c.