rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
runtime_state.h File Reference

Functions

void resetMaxValues ()
 

Function Documentation

◆ resetMaxValues()

void resetMaxValues ( )

Definition at line 26 of file runtime_state.cpp.

26 {
27#if (EFI_PROD_CODE || EFI_SIMULATOR) && EFI_SHAFT_POSITION_INPUT
29#endif // EFI_PROD_CODE || EFI_SIMULATOR
30
32
33#if EFI_CLOCK_LOCKS
35#endif // EFI_CLOCK_LOCKS
36
37#if EFI_PROD_CODE
39#endif // EFI_PROD_CODE
40}
uint32_t maxLockedDuration
uint32_t maxSchedulingPrecisionLoss
uint32_t maxPrecisionCallbackDuration
uint32_t triggerMaxDuration
uint32_t maxEventCallbackDuration

Referenced by writeToFlashNowImpl().

Here is the caller graph for this function:

Go to the source code of this file.