We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8222eee commit fe0b6b3Copy full SHA for fe0b6b3
drivers/adc/adc_nrfx_saadc.c
@@ -639,6 +639,7 @@ static void event_handler(const nrfx_saadc_evt_t *event)
639
if (has_single_ended(&m_data.ctx.sequence)) {
640
correct_single_ended(&m_data.ctx.sequence, m_data.user_buffer);
641
}
642
+ nrfy_saadc_disable(NRF_SAADC);
643
adc_context_on_sampling_done(&m_data.ctx, DEVICE_DT_INST_GET(0));
644
} else if (event->type == NRFX_SAADC_EVT_CALIBRATEDONE) {
645
err = nrfx_saadc_mode_trigger();
0 commit comments