rusEFI
The most advanced open source ECU
|
Functions | |
void | threadInitHook (void *vtp) |
void | irqEnterHook () |
void | irqExitHook () |
void | contextSwitchHook () |
Variables | |
static uint8_t | nextThreadId = 0 |
void contextSwitchHook | ( | void | ) |
Definition at line 26 of file engine_controller_misc.cpp.
void irqEnterHook | ( | void | ) |
Definition at line 18 of file engine_controller_misc.cpp.
void irqExitHook | ( | void | ) |
void threadInitHook | ( | void * | vtp | ) |
Definition at line 11 of file engine_controller_misc.cpp.
|
static |
Definition at line 10 of file engine_controller_misc.cpp.
Referenced by threadInitHook().