QK/C++ port to Lint, Generic C++ compiler. More...
#include "qk.hpp"
Go to the source code of this file.
Macros | |
#define | QK_ON_CONTEXT_SW 1 |
enable the context-switch callback More... | |
#define | QK_ISR_ENTRY() |
Define the ISR entry sequence, if the compiler supports writing interrupts in C++. More... | |
#define | QK_ISR_EXIT() |
Define the ISR exit sequence, if the compiler supports writing interrupts in C++. More... | |
Functions | |
void | FPU_save (void *ctx) |
void | FPU_restore (void *ctx) |
Variables | |
void * | impure_ptr |
QK/C++ port to Lint, Generic C++ compiler.
Definition in file qk_port.hpp.
#define QK_ON_CONTEXT_SW 1 |
enable the context-switch callback
Definition at line 45 of file qk_port.hpp.
#define QK_ISR_ENTRY | ( | ) |
Define the ISR entry sequence, if the compiler supports writing interrupts in C++.
Definition at line 56 of file qk_port.hpp.
#define QK_ISR_EXIT | ( | ) |
Define the ISR exit sequence, if the compiler supports writing interrupts in C++.
Definition at line 67 of file qk_port.hpp.
void FPU_save | ( | void * | ctx | ) |
void FPU_restore | ( | void * | ctx | ) |
|
extern |