Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DNRF52840_I2S.cs277 sampleFrequency = GetClosestValue(masterFrequency / sampleRatio, possibleSamplingRates); in SetSampleFrequency()
443 …private readonly uint[] possibleSamplingRates = {1000, 2000, 4000, 8000, 10000, 11025, 12000, 1600… field in Antmicro.Renode.Peripherals.Sound.NRF52840_I2S