Jeff Epler 77bc1ba03e nrf: PWMAudioOut: Remove the need to wait in "pause"
The original formulation was because I saw the need to avoid a transition
from playing to stopped exactly when a resume was taking place.  However,
@tannewt was concerned about this pause causing trouble, because it could
be relatively lengthy (several ms even in a typical case).

After reflection, I've convinced myself that updating the registers
in this order in resume avoids a window where a "stopped" event can
be missed as long as the shortcut is updated first.

Testing re-performed: pause/resume testing of looped RawSample and
WaveFile audio sources.
2019-08-03 08:19:25 -05:00
..
2018-07-11 16:45:30 -04:00
2019-07-05 10:01:51 -07:00
2018-07-28 23:40:17 -04:00
2018-07-11 16:45:30 -04:00
2019-07-24 16:31:25 -04:00
2018-07-11 16:45:30 -04:00
2018-07-11 16:45:30 -04:00