Searched refs:PdcReceivePointer (Results 1 – 3 of 3) 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() 428 PdcReceivePointer = 0x100, enumerator
|
| /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() 608 PdcReceivePointer = 0x100, enumerator
|
| /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() 669 PdcReceivePointer = 0x100, enumerator
|