Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs319 …descriptor.NextDescriptorAddress = machine.SystemBus.ReadDoubleWord(currentDescriptorAddress + 0x4… in ParseDescriptors()
320 descriptor.LastDescriptor = ((descriptor.NextDescriptorAddress & 0x1) > 0); in ParseDescriptors()
321 descriptor.NextDescriptorAddress &= ~0x3U; in ParseDescriptors()
363 currentDescriptorAddress = descriptor.NextDescriptorAddress; in ParseDescriptors()
671 public uint NextDescriptorAddress; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1.DmaDescriptor