QV cooperative kernel. More...
#include "qv.h"
Static Public Member Functions | |
void | QV_onIdle (void) |
Public Attributes | |
uint8_t | dummy |
|
static |
QV idle callback (customized in BSPs)
QV_onIdle() is called by the cooperative QV kernel (from QF_run()) when the scheduler detects that no events are available for active objects (the idle condition). This callback gives the application an opportunity to enter a power-saving CPU mode, or perform some other idle processing (such as QS software tracing output).