Label: Mode =

AfoHT
Sep 28, 2021, 7:15 AM
LM6SQHM22LPATZVD7H6V6VBOZ63O257M3O5GYXHTPK3BHKNTUCKQC

Dependencies

  • [2] CWGCT2WZ EIController with states
  • [3] HI2GV6DL New structure
  • [4] LXYMWMIK Add current state of EIC graph
  • [5] 4WIIORMS Rework structure, add filtering and debouncing

Change contents

  • replacement in eic-states.dot at line 50
    [3.181][3.181:220]()
    label = "Normal = On";
    [3.181]
    [3.220]
    label = "Mode = Normal";
  • replacement in eic-states.dot at line 54
    [3.298][3.298:340]()
    label = "AsyncOnly = On";
    [3.298]
    [3.340]
    label = "Mode = AsyncOnly";
  • replacement in eic-states.dot at line 58
    [3.41][3.381:422]()
    label = "Filtered = On";
    [3.41]
    [3.422]
    label = "Mode = Filtered";
  • replacement in eic-states.dot at line 62
    [3.163][3.448:490]()
    label = "Debounced = On";
    [3.163]
    [3.490]
    label = "Mode = Debounced";
  • edit in eic-states.dot at line 77
    [3.563]
    [3.609]
    Debounced -> AsyncEdgeDetect;
  • replacement in eic-states.dot at line 146
    [3.2074][3.2074:2116]()
    label = "Filtering = On";
    [3.2074]
    [3.2116]
    label = "Mode = Filtering";
  • edit in eic-states.dot at line 167
    [2.2064][2.2064:2125]()
    WithClockNmi -> NMILevelDetectAsync;
  • edit in eic-states.dot at line 174
    [3.3311]
    [3.3311]
    subgraph cluster_NMISense_none {
    label = "NMISense = None";
    NMIIdle;
    WithoutClockNmi -> NMIIdle;
    WithClockNmi -> NMIIdle [label="via enable_async()"];
    }