Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DPULP_I2S.cs51 InputFile = ""; in Reset()
60 public string InputFile { get; set; } property in Antmicro.Renode.Peripherals.Sound.PULP_I2S
83 if(InputFile == "") in StartRx()
89 decoder.LoadFile(InputFile); in StartRx()
DNRF52840_I2S.cs51 public string InputFile { get; set; } property in Antmicro.Renode.Peripherals.Sound.NRF52840_I2S
79 if(InputFile == "") in Start()
85 decoder.LoadFile(InputFile); in Start()