Searched refs:link (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | EHCIHostController.cs | 1104 link = systemBus.ReadDoubleWord(Address); in Fetch() 1109 linkPointer = (uint)(link & ~(0x1f)); in Fetch() 1110 type = (byte)((link & 0x6) >> 1); in Fetch() 1111 terminate = ((link & 0x1) != 0); in Fetch() 1155 link = linkPointer | ((uint)type << 1) | (terminate ? 1u : 0u); in StaticMemoryUpdate() 1203 private uint link; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | EFR32MG12_LDMA.cs | 499 writeCallback: (_, value) => descriptor.link = value, in Channel() 500 valueProviderCallback: _ => descriptor.link, in Channel() 650 if(Done && descriptor.link) in StartTransferInner() 1103 public bool link; field
|
| D | EFR32xG22_LDMA.cs | 843 writeCallback: (_, value) => descriptor.link = value, in Channel() 844 valueProviderCallback: _ => descriptor.link, in Channel() 1005 if(Done && descriptor.link) in StartTransferInner() 1380 public bool link; field
|
| D | EFR32MG24_LDMA.cs | 1490 writeCallback: (_, value) => descriptor.link = value, in Channel() 1491 valueProviderCallback: _ => descriptor.link, in Channel() 1652 if(Done && descriptor.link) in StartTransferInner() 2037 public bool link; field
|
| /Renode-Infrastructure-v1.15.3-29f510e/licenses/ |
| D | LGPL.txt | 43 code. If you link other code with the library, you must provide 272 link a "work that uses the Library" with the Library to produce a 349 8. You may not copy, modify, sublicense, link with, or distribute 351 attempt otherwise to copy, modify, sublicense, link with, or 368 original licensor to copy, distribute, link with or modify the Library
|