Microchip® Advanced Software Framework

tsens_window_config Struct Reference

Window monitor configuration structure.

Window monitor configuration structure.

#include <tsens.h>

Data Fields

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

int32_t tsens_window_config::window_lower_value

Lower window value.

Referenced by _tsens_set_config(), and tsens_get_config_defaults().

enum tsens_window_mode tsens_window_config::window_mode

Selected window mode.

Referenced by _tsens_set_config(), and tsens_get_config_defaults().

int32_t tsens_window_config::window_upper_value

Upper window value.

Referenced by _tsens_set_config(), and tsens_get_config_defaults().