Searched refs:SAM_PDC (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | SAM_SPI.cs | 27 … 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/ |
| D | SAM_PDC.cs | 55 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/ |
| D | SAM4S_TWI.cs | 28 … 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/ |
| D | SAM_USART.cs | 25 …pdc = enablePdc ? new SAM_PDC(machine, this, (long)Registers.PdcReceivePointer, UpdateInterrupts) … in SAM_USART() 607 private readonly SAM_PDC pdc;
|