Microchip® Advanced Software Framework

adcifa_window_monitor_opt_t Struct Reference

Parameters for the windows monitor mode.

#include <adcifa.h>

Data Fields

uint16_t high_threshold
 High threshold value. More...
 
uint16_t low_threshold
 Low threshold value. More...
 
uint8_t mode
 Internal ADC Frequency in Hz. More...
 
uint8_t source_index
 Index of the result register. More...
 

uint16_t adcifa_window_monitor_opt_t::high_threshold

High threshold value.

Referenced by adc_task(), adc_task_init(), adcifa_configure_window_monitor(), ISR(), and main().

uint16_t adcifa_window_monitor_opt_t::low_threshold

Low threshold value.

Referenced by adc_task(), adcifa_configure_window_monitor(), ISR(), and main().

uint8_t adcifa_window_monitor_opt_t::mode

Internal ADC Frequency in Hz.

Referenced by adc_task(), adc_task_init(), adcifa_configure_window_monitor(), ISR(), and main().

uint8_t adcifa_window_monitor_opt_t::source_index

Index of the result register.

Referenced by adcifa_configure_window_monitor(), and main().