Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs327 descriptor.ZeroPadding = ((descriptor.Length & 0x40000000) > 0); in ParseDescriptors()
341 …descriptor.Data[i] = (byte)((descriptor.ZeroPadding || !parseFetcher) ? 0 : machine.SystemBus.Read… in ParseDescriptors()
347 …descriptor.Realign, descriptor.ZeroPadding, descriptor.InterruptEnable, BitConverter.ToString(desc… in ParseDescriptors()
676 public bool ZeroPadding; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_AES_1.DmaDescriptor