rusEFI
The most advanced open source ECU
|
Enumerations | |
enum class | LoopPeriod : uint8_t { None = 0 , Period1000hz = 1 << 0 , Period500hz = 1 << 1 , Period250hz = 1 << 2 , Period200hz = 1 << 3 , Period20hz = 1 << 4 } |
Functions | |
void | initMainLoop () |
constexpr LoopPeriod & | operator|= (LoopPeriod &a, const LoopPeriod &b) |
constexpr bool | operator& (LoopPeriod a, LoopPeriod b) |
constexpr int | hzForPeriod (LoopPeriod p) |
constexpr float | loopPeriodMs (LoopPeriod p) |
|
strong |
Enumerator | |
---|---|
None | |
Period1000hz | |
Period500hz | |
Period250hz | |
Period200hz | |
Period20hz |
Definition at line 7 of file main_loop.h.
|
constexpr |
Definition at line 25 of file main_loop.h.
Referenced by loopCounts(), and loopPeriodMs().
void initMainLoop | ( | ) |
Definition at line 67 of file main_loop.cpp.
Referenced by runRusEfi().
|
constexpr |
|
inlineconstexpr |
Definition at line 21 of file main_loop.h.
|
inlineconstexpr |
Definition at line 16 of file main_loop.h.