Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DPULP_I2S.cs44 txChannels = 1; in Reset()
128 encoder = new PCMEncoder(txSampleWidth, TxSampleFrequency, txChannels, false); in StartTx()
329 … .WithFlag(17, writeCallback: (_, val) => { txChannels = val ? 2u : 1u; }, name: "MASTER_2CH") in CreateRegisters()
359 private uint txChannels; field in Antmicro.Renode.Peripherals.Sound.PULP_I2S