Home
last modified time | relevance | path

Searched defs:config (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DOMAP_GPTimer.cs97 uint config = 0; field in Antmicro.Renode.Peripherals.Timers.OMAP_GPTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DMessageAuthenticationServiceProvider.cs60 private void RunAlgorithm(MsgAuthRegisters config, Action nonDMAVersion, Action dmaVersion) in RunAlgorithm()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DTegraI2CController.cs265 private uint config; field in Antmicro.Renode.Peripherals.I2C.TegraI2CController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs145 private void RegisterTCMRegion(TCMConfiguration config) in RegisterTCMRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs334 private void RegisterTCMRegion(TCMConfiguration config) in RegisterTCMRegion()
DARM_GenericInterruptController.cs3113 …public SoftwareGeneratedInterrupt(InterruptId irqId, InterruptConfig config, CPUEntry requester) :… in SoftwareGeneratedInterrupt()