Searched refs:pollingTokenSource (Results 1 – 1 of 1) sorted by relevance
34 pollingTokenSource.Cancel(); in Reset()35 pollingTokenSource = new CancellationTokenSource(); in Reset()123 pollingTokenSource.Cancel(); in DefineRegisters()124 pollingTokenSource = new CancellationTokenSource(); in DefineRegisters()214 pollingTokenSource.Cancel(); in DefineRegisters()215 pollingTokenSource = new CancellationTokenSource(); in DefineRegisters()518 var token = pollingTokenSource.Token; in HandlePollingData()648 private CancellationTokenSource pollingTokenSource = new CancellationTokenSource(); field in Antmicro.Renode.Peripherals.SPI.STM32H7_QuadSPI