Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DPULP_I2S.cs49 TxSampleFrequency = 0; in Reset()
63 public uint TxSampleFrequency { get; set; } property in Antmicro.Renode.Peripherals.Sound.PULP_I2S
128 encoder = new PCMEncoder(txSampleWidth, TxSampleFrequency, txChannels, false); in StartTx()
136 if(TxSampleFrequency == 0) in StartTx()
141 txThread = machine.ObtainManagedThread(OutputFrames, TxSampleFrequency); in StartTx()