Searched refs:ZeroPadding (Results 1 – 1 of 1) sorted by relevance
327 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