Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32_Timer.cs172 …ack: _ => ccInterruptEnable[0], writeCallback: (_, val) => WriteCaptureCompareInterruptEnable(0, v… in STM32_Timer()
173 …ack: _ => ccInterruptEnable[1], writeCallback: (_, val) => WriteCaptureCompareInterruptEnable(1, v… in STM32_Timer()
174 …ack: _ => ccInterruptEnable[2], writeCallback: (_, val) => WriteCaptureCompareInterruptEnable(2, v… in STM32_Timer()
175 …ack: _ => ccInterruptEnable[3], writeCallback: (_, val) => WriteCaptureCompareInterruptEnable(3, v… in STM32_Timer()
496 private void WriteCaptureCompareInterruptEnable(int i, bool value) in WriteCaptureCompareInterruptEnable() method in Antmicro.Renode.Peripherals.Timers.STM32_Timer