Searched refs:txBufferPointer (Results 1 – 1 of 1) sorted by relevance
158 var bufferPointerBackup = txBufferPointer.Value; in OutputFrames()174 sample = sysbus.ReadByte(txBufferPointer.Value); in OutputFrames()177 sample = sysbus.ReadWord(txBufferPointer.Value); in OutputFrames()180 sample = sysbus.ReadDoubleWord(txBufferPointer.Value); in OutputFrames()188 txBufferPointer.Value += bufferStep; in OutputFrames()196 txBufferPointer.Value = bufferPointerBackup; in OutputFrames()273 .WithValueField(0, 16, out txBufferPointer, name: "TX_SADDR") in CreateRegisters()353 private IValueRegisterField txBufferPointer; field in Antmicro.Renode.Peripherals.Sound.PULP_I2S