Home
last modified time | relevance | path

Searched refs:BitRateSwitch (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DCANMessageFrame.cs24 BitRateSwitch = bitRateSwitch; in CANMessageFrame()
113 public bool BitRateSwitch { get; } property in Antmicro.Renode.Core.CAN.CANMessageFrame
DSocketCAN.cs200 bitRateSwitch = msg.BitRateSwitch, in FromCANMessageFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN_Structures.cs435 public bool BitRateSwitch; // BRS field
466 public bool BitRateSwitch; // BRS field
508 public bool BitRateSwitch; // BRS field
535 public bool BitRateSwitch; // BRS field
566 public bool BitRateSwitch; // BRS field
DMCAN.cs728 …a, frame.ExtendedIdentifier, frame.RemoteTransmissionRequest, frame.FDFormat, frame.BitRateSwitch); in TransmitBuffer()
778 BitRateSwitch = txHeader.BitRateSwitch, in HandleTxEvent()
1021 BitRateSwitch = rxMessage.BitRateSwitch, in HandleMatchedFilter()
1123 BitRateSwitch = rxMessage.BitRateSwitch, in AcceptNonMatchingFrame()