![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
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. |
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().