rusEFI
The most advanced open source ECU
Functions | Variables
launch_control.cpp File Reference

Functions

void initLaunchControl ()
 

Variables

static tinymt32_t tinymt
 

Function Documentation

◆ initLaunchControl()

void initLaunchControl ( )

Definition at line 167 of file launch_control.cpp.

167  {
168  tinymt32_init(&tinymt, 1345135);
169 }
static tinymt32_t tinymt
void tinymt32_init(tinymt32_t *random, uint32_t seed)
Definition: tinymt32.c:62

Referenced by commonInitEngineController(), and SoftSparkLimiter::SoftSparkLimiter().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ tinymt

tinymt32_t tinymt
static

Definition at line 154 of file launch_control.cpp.

Referenced by initLaunchControl(), and SoftSparkLimiter::shouldSkip().

Go to the source code of this file.