Searched defs:easyDMA (Results 1 – 2 of 2) sorted by relevance
20 public NRF52840_SPI(IMachine machine, bool easyDMA = false) : base(machine) in NRF52840_SPI()419 private readonly bool easyDMA; field in Antmicro.Renode.Peripherals.SPI.NRF52840_SPI
19 public NRF52840_UART(IMachine machine, bool easyDMA = false) : base(machine) in NRF52840_UART()394 private readonly bool easyDMA; field in Antmicro.Renode.Peripherals.UART.NRF52840_UART