Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DNRF52840_I2S.cs281 private uint GetClosestValue(uint freq, uint[] possibleVals) in GetClosestValue() argument
283 var closest = possibleVals.OrderBy(x => Math.Abs((long) x - freq)).First(); in GetClosestValue()