rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
trigger
decoders
Enumerations
sync_edge.h File Reference
Enumerations
enum class
SyncEdge
: uint8_t {
Rise
,
Fall
,
RiseOnly
,
Both
}
Enumeration Type Documentation
◆
SyncEdge
enum class
SyncEdge
: uint8_t
strong
Enumerator
Rise
Fall
RiseOnly
Both
Definition at line
3
of file
sync_edge.h
.
3
: uint8_t {
4
Rise
,
// Sync on rising edges, use rise+fall for phase info
5
Fall
,
// Sync on falling edges, use rise+fall for phase info
6
// VR or lazy Hall
7
RiseOnly
,
// Completely ignore all falling edges (this used to be useOnlyRisingEdgeForTrigger=true etc)
8
// nicer Hall
9
Both
// Sync on both edges, use both for phase
10
};
SyncEdge::RiseOnly
@ RiseOnly
SyncEdge::Both
@ Both
SyncEdge::Fall
@ Fall
SyncEdge::Rise
@ Rise
Go to the source code of this file.
Generated on Sat Sep 27 2025 00:10:08 for rusEFI by
1.9.8