Parameters for the configuration of the Sequencer.
#include <adcife.h>
Data Fields | |
uint16_t | high_threshold |
HighThreshold value. More... | |
uint16_t | internal_timer_max_count |
Internal Timer Max Counter. More... | |
uint16_t | low_threshold |
LowThreshold value. More... | |
struct adc_seq_config * | seq_cfg |
uint8_t | window_mode |
Window Monitor Mode. More... | |
uint16_t adc_ch_config::high_threshold |
HighThreshold value.
Referenced by adc_ch_get_config_defaults(), and adc_ch_set_config().
uint16_t adc_ch_config::internal_timer_max_count |
Internal Timer Max Counter.
Referenced by adc_ch_get_config_defaults(), run_adcife_itimer_trig_test(), and start_adc().
uint16_t adc_ch_config::low_threshold |
LowThreshold value.
Referenced by adc_ch_get_config_defaults(), and adc_ch_set_config().
struct adc_seq_config* adc_ch_config::seq_cfg |
uint8_t adc_ch_config::window_mode |
Window Monitor Mode.
Referenced by adc_ch_get_config_defaults(), and adc_ch_set_config().