summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-08-03 08:19:25 -0500
committerJeff Epler <jepler@gmail.com>2019-08-03 08:19:25 -0500
commit77bc1ba03e75bb772d6fb0ce7096d870d95f1ad0 (patch)
treef84713029809a503e9e03eaf7db52cbc20343d15 /docs
parent76f65ac6949cae1123c581d7cfed1209c5e9d3cf (diff)
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.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions