Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1910 public ref T Get(bool IsSecure) in Get() argument
1912 return ref IsSecure ? ref SecureVal : ref NonSecureVal; in Get()
1920 IsSecure = isSecure; in SysTick()
1930 … parent.SetPendingIRQ((int)(IsSecure ? SystemException.SysTick_S : SystemException.SysTick)); in SysTick()
1964 public bool IsSecure { get; } property in Antmicro.Renode.Peripherals.IRQControllers.NVIC.SysTick
1979 …k_{0} enabled but it won't be started as long as the reload value is zero", IsSecure ? "S" : "NS");
1982 … parent.NoisyLog("Systick_{0} {1}", IsSecure ? "S" : "NS", value ? "enabled" : "disabled");
2001 …ng Systick_{0} counter due to reload value change from 0x0 to 0x{1:X}", IsSecure ? "_S" : "_NS", v…