Home
last modified time | relevance | path

Searched refs:IsExtended (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs933 IsExtended = true in DecodeFilterElement()
946 IsExtended = false in DecodeFilterElement()
1057 rv.HighPriorityMessageStatus.FilterList.Value = filter.IsExtended; in HandleMatchedFilter()
1076 rv.HighPriorityMessageStatus.FilterList.Value = filter.IsExtended; in HandleMatchedFilter()
1095 rv.HighPriorityMessageStatus.FilterList.Value = filter.IsExtended; in HandleMatchedFilter()
DMCAN_Structures.cs617 public bool IsExtended; field