QF/C++ port for QK kernel, Generic C++ compiler. More...

Go to the source code of this file.
Macros | |
| #define | QF_INT_DISABLE() intDisable() |
| #define | QF_INT_ENABLE() intEnable() |
| #define | QF_CRIT_STAT_TYPE unsigned |
| #define | QF_CRIT_ENTRY(stat_) ((stat_) = critEntry()) |
| #define | QF_CRIT_EXIT(stat_) critExit(stat_) |
Functions | |
| void | intDisable (void) |
| void | intEnable (void) |
| QF_CRIT_STAT_TYPE | critEntry (void) |
| void | critExit (QF_CRIT_STAT_TYPE stat) |
QF/C++ port for QK kernel, Generic C++ compiler.
Definition in file qk/qf_port.hpp.
| #define QF_INT_DISABLE | ( | ) | intDisable() |
Definition at line 43 of file qk/qf_port.hpp.
| #define QF_INT_ENABLE | ( | ) | intEnable() |
Definition at line 44 of file qk/qf_port.hpp.
| #define QF_CRIT_STAT_TYPE unsigned |
Definition at line 47 of file qk/qf_port.hpp.
| #define QF_CRIT_ENTRY | ( | stat_ | ) | ((stat_) = critEntry()) |
Definition at line 48 of file qk/qf_port.hpp.
| #define QF_CRIT_EXIT | ( | stat_ | ) | critExit(stat_) |
Definition at line 49 of file qk/qf_port.hpp.
| void intDisable | ( | void | ) |
| void intEnable | ( | void | ) |
| QF_CRIT_STAT_TYPE critEntry | ( | void | ) |
| void critExit | ( | QF_CRIT_STAT_TYPE | stat | ) |