Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs308 private List<DmaDescriptor> ParseDescriptors(bool parseFetcher) in ParseDescriptors() argument
311 …uint currentDescriptorAddress = (uint)((parseFetcher) ? fetcherAddress.Value : pusherAddress.Value… in ParseDescriptors()
325 if (parseFetcher) in ParseDescriptors()
335 …descriptor.Tag = (parseFetcher) ? machine.SystemBus.ReadDoubleWord(currentDescriptorAddress + 0xC)… in ParseDescriptors()
341 …descriptor.Data[i] = (byte)((descriptor.ZeroPadding || !parseFetcher) ? 0 : machine.SystemBus.Read… in ParseDescriptors()
349 if (parseFetcher) in ParseDescriptors()
368 … if (parseFetcher && fetcherScatterGather.Value && moreDescriptors && !descriptor.ConstantAddress) in ParseDescriptors()