PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_adc_int_sel Struct Reference

ADC interrupt selection. More...

#include <adc.h>

Data Fields

boolean_t bScanIrq
 TRUE: Enable Scan Conversion Interrupt.
boolean_t bPrioIrq
 TRUE: Enable Priority Conversion Interrupt.
boolean_t bFifoOverrunIrq
 TRUE: Enable FIFO Overrun Interrupt.
boolean_t bComparisonIrq
 TRUE: Enable Conversion Comparison Interrupt.
boolean_t bRangeComparisonIrq
 TRUE: Enable Range Comparison Interrupt.

Detailed Description

ADC interrupt selection.

Definition at line 359 of file adc.h.


Field Documentation

TRUE: Enable Conversion Comparison Interrupt.

Definition at line 364 of file adc.h.

Referenced by Adc_DisableInt(), and Adc_EnableInt().

TRUE: Enable FIFO Overrun Interrupt.

Definition at line 363 of file adc.h.

Referenced by Adc_DisableInt(), and Adc_EnableInt().

TRUE: Enable Priority Conversion Interrupt.

Definition at line 362 of file adc.h.

Referenced by Adc_DisableInt(), and Adc_EnableInt().

TRUE: Enable Range Comparison Interrupt.

Definition at line 365 of file adc.h.

Referenced by Adc_DisableInt(), and Adc_EnableInt().

TRUE: Enable Scan Conversion Interrupt.

Definition at line 361 of file adc.h.

Referenced by Adc_DisableInt(), and Adc_EnableInt().


The documentation for this struct was generated from the following file: