rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
auto_generated_sync_edge.cpp
Go to the documentation of this file.
1#include "global.h"
2#include "sync_edge.h"
3// was generated automatically by rusEFI tool from sync_edge.h // by enum2string.jar tool on Sun Sep 25 22:53:38 UTC 2022
4// see also gen_config_and_enums.bat
5
6
7
8const char *getSyncEdge(SyncEdge value){
9switch(value) {
11 return "Both";
13 return "Fall";
15 return "Rise";
17 return "RiseOnly";
18 }
19 return NULL;
20}
const char * getSyncEdge(SyncEdge value)
SyncEdge
Definition sync_edge.h:3