![]() |
Speeduino
|
The statuses struct and related defines. More...
#include <stdint.h>#include "bit_manip.h"#include "atomic.h"#include "maths.h"#include "decoder_builder.h"
Go to the source code of this file.
Classes | |
| struct | statuses |
| The status struct with current values for all 'live' variables. More... | |
| struct | statuses::scheduler_cut_t |
| Fuel and ignition scheduler cut state. More... | |
Typedefs | |
| using | byte = uint8_t |
Functions | |
| static bool | isEngineProtectActive (const statuses &status) |
| static void | resetEngineProtect (statuses &status) |
| static void | setRpm (statuses &status, uint16_t rpm) |
| Set the RPM field, keeping RPMDiv100 in sync. | |
The statuses struct and related defines.



