Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF52840_PPI.cs123 ….WithValueField(0, 32, changeCallback: (oldValue, newValue) => UpdateEventEndpoint((uint)oldValue,… in DefineRegisters()
190 UpdateEventEndpoint(0, entry.Item1, i); in DefinePreprogrammedChannels()
195 private void UpdateEventEndpoint(uint oldValue, uint newValue, int eventId) in UpdateEventEndpoint() method in Antmicro.Renode.Peripherals.Miscellaneous.NRF52840_PPI