Lines Matching refs:active_channels
96 uint8_t active_channels; member
406 uint8_t active_channels) in set_oversampling() argument
410 if ((active_channels > 1) && (sequence->oversampling > 0)) { in set_oversampling()
455 uint8_t active_channels) in check_buffer_size() argument
459 needed_buffer_size = samples_to_bytes(sequence, active_channels); in check_buffer_size()
505 uint8_t active_channels; in start_read() local
517 active_channels = 0U; in start_read()
571 ++active_channels; in start_read()
589 error = set_oversampling(sequence, active_channels); in start_read()
594 error = check_buffer_size(sequence, active_channels); in start_read()
601 m_data.active_channels = active_channels; in start_read()
605 active_channels); in start_read()
609 active_channels); in start_read()
665 samples_to_bytes(&m_data.ctx.sequence, m_data.active_channels)); in saadc_irq_handler()