Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_nrfx_saadc.c108 static uint32_t samples_to_bytes(const struct adc_sequence *sequence, uint16_t number_of_samples) in samples_to_bytes() function
337 samples_to_bytes(&ctx->sequence, nrfy_saadc_amount_get(NRF_SAADC)); in adc_context_update_buffer_pointer()
341 samples_to_bytes(&ctx->sequence, nrfy_saadc_amount_get(NRF_SAADC)); in adc_context_update_buffer_pointer()
428 needed_buffer_size = samples_to_bytes(sequence, active_channels); in check_buffer_size()
629 samples_to_bytes(&m_data.ctx.sequence, m_data.active_channels)); in saadc_irq_handler()