Enable positive input sequence mask for conversion.
void adc_enable_positive_input_sequence( struct adc_module *const module_inst, uint32_t positive_input_sequence_mask_enable)
The sequence start from the lowest input, and go to the next enabled input automatically when the conversion is done. If no bits are set the sequence is disabled.
| Data direction | Parameter name | Description |
|---|---|---|
[in] |
module_inst |
Pointer to the ADC software instance struct |
[in] |
eanble_seq_mask |
Sequence mask |