Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DNRF52840_I2S.cs255 private void SetSampleWidth(uint value) in SetSampleWidth() method in Antmicro.Renode.Peripherals.Sound.NRF52840_I2S
373 … .WithValueField(0, 2, writeCallback: (_, val) => SetSampleWidth((uint)val), name: "SWIDTH") in CreateRegisters()