Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DPULP_I2S.cs52 OutputFile = ""; in Reset()
61 public string OutputFile { get; set; } property in Antmicro.Renode.Peripherals.Sound.PULP_I2S
122 if(OutputFile == "") in StartTx()
131 encoder.Output = OutputFile; in StartTx()
DNRF52840_I2S.cs52 public string OutputFile { get; set; } property in Antmicro.Renode.Peripherals.Sound.NRF52840_I2S
67 if(OutputFile == "") in Start()
74 encoder.Output = OutputFile; in Start()