Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs770 var txFIFOElement = new TxEventFIFOElement in HandleTxEvent()
784 StoreInTxEventFIFO(txFIFOElement); in HandleTxEvent()
787 private void StoreInTxEventFIFO(TxEventFIFOElement txFIFOElement) in StoreInTxEventFIFO() argument
797 var txFIFOElementBytes = Packet.Encode(txFIFOElement); in StoreInTxEventFIFO()