Window monitor configuration structure.
Window monitor configuration structure.
#include <sdadc.h>
Data Fields | |
int32_t | window_lower_value |
Lower window value. More... | |
enum sdadc_window_mode | window_mode |
Selected window mode. More... | |
int32_t | window_upper_value |
Upper window value. More... | |
int32_t sdadc_window_config::window_lower_value |
Lower window value.
Referenced by _sdadc_set_config(), and sdadc_get_config_defaults().
enum sdadc_window_mode sdadc_window_config::window_mode |
Selected window mode.
Referenced by _sdadc_set_config(), and sdadc_get_config_defaults().
int32_t sdadc_window_config::window_upper_value |
Upper window value.
Referenced by _sdadc_set_config(), and sdadc_get_config_defaults().