SR20VE trigger
This commit is contained in:
parent
b03cc272de
commit
0383e5a567
|
@ -127,8 +127,8 @@ bool isTriggerDecoderError(void);
|
|||
|
||||
#define considerEventForGap() (!TRIGGER_SHAPE(useOnlyPrimaryForSync) || isPrimary)
|
||||
|
||||
#define isLessImportant(type) (!TRIGGER_SHAPE(gapBothDirections) && (TRIGGER_SHAPE(useRiseEdge) && (type != TV_RISE)) \
|
||||
|| (!TRIGGER_SHAPE(gapBothDirections) && !TRIGGER_SHAPE(useRiseEdge) && (type != TV_FALL)) \
|
||||
#define isLessImportant(type) ((!TRIGGER_SHAPE(gapBothDirections)) && (TRIGGER_SHAPE(useRiseEdge) && (type != TV_RISE)) \
|
||||
|| ((!TRIGGER_SHAPE(gapBothDirections)) && !TRIGGER_SHAPE(useRiseEdge) && (type != TV_FALL)) \
|
||||
|| (!considerEventForGap()) \
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue