Home
last modified time | relevance | path

Searched refs:bitRateSwitch (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DCANMessageFrame.cs17 …xtendedFormat = false, bool remoteFrame = false, bool fdFormat = false, bool bitRateSwitch = false) in CANMessageFrame() argument
24 BitRateSwitch = bitRateSwitch; in CANMessageFrame()
67 bitRateSwitch: false in TryFromSocketCAN()
85 bitRateSwitch: fdFrame.bitRateSwitch in TryFromSocketCAN()
DSocketCAN.cs200 bitRateSwitch = msg.BitRateSwitch, in FromCANMessageFrame()
240 public bool bitRateSwitch; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/S32K3XX_FlexCAN/
DS32K3XX_FlexCAN_Structures.cs186 …e(Id, Data.ToArray(), idExtendedBit, remoteTransmissionRequest, extendedDataLength, bitRateSwitch); in ToCANMessageFrame()
350 public bool bitRateSwitch; field