rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
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};

Go to the source code of this file.