Microchip® Advanced Software Framework

adc_window_config Struct Reference

Window monitor configuration structure.

Window monitor configuration structure.

#include <adc_feature.h>

Data Fields

int32_t window_lower_value
 Lower window value. More...
 
enum adc_window_mode window_mode
 Selected window mode. More...
 
int32_t window_upper_value
 Upper window value. More...
 

int32_t adc_window_config::window_lower_value

Lower window value.

Referenced by _adc_set_config(), and adc_get_config_defaults().

enum adc_window_mode adc_window_config::window_mode

Selected window mode.

Referenced by _adc_set_config(), and adc_get_config_defaults().

int32_t adc_window_config::window_upper_value

Upper window value.

Referenced by _adc_set_config(), and adc_get_config_defaults().