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

Functions

const chargetSyncEdge (SyncEdge value)
 

Function Documentation

◆ getSyncEdge()

const char * getSyncEdge ( SyncEdge  value)

Definition at line 8 of file auto_generated_sync_edge.cpp.

8 {
9switch(value) {
11 return "Both";
13 return "Fall";
15 return "Rise";
17 return "RiseOnly";
18 }
19 return NULL;
20}

Referenced by triggerInfo(), and triggerShapeInfo().

Here is the caller graph for this function:

Go to the source code of this file.