Skip to content
Snippets Groups Projects
Commit f0fb4cb3 authored by Jared Boone's avatar Jared Boone
Browse files

I2S: Change RXMODE[1:0] to idle bit rate divider.

No change in function, but *may* result in tiny reduction in power and noise? Not tested.
parent e59e983e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ constexpr i2s::ConfigRX i2s0_config_rx_four_wire {
.bitrate = 7,
},
.rxmode = i2s::Mode {
.clksel = i2s::ClockSelect::BaseAudioClkOrExternalMCLK,
.clksel = i2s::ClockSelect::FractionalDivider,
.four_pin = 1,
.mclk_out_en = 0,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment