Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSAM_SPI.cs27 … pdc = new SAM_PDC(machine, this, (long)Registers.PdcReceivePointer, HandlePDCInterrupts); in SAM_SPI()
399 private readonly SAM_PDC pdc;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSAM_PDC.cs55 public class SAM_PDC class
57 …public SAM_PDC(IMachine machine, ISamPdcPeripheral parent, long registersOffset, Action flagsChang… in SAM_PDC() method in Antmicro.Renode.Peripherals.DMA.SAM_PDC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs28 … pdc = new SAM_PDC(machine, this, (long)Registers.PdcReceivePointer, HandlePdcStatusChange); in SAM4S_TWI()
563 private readonly SAM_PDC pdc;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSAM_USART.cs25 …pdc = enablePdc ? new SAM_PDC(machine, this, (long)Registers.PdcReceivePointer, UpdateInterrupts) … in SAM_USART()
607 private readonly SAM_PDC pdc;