![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
ADC interrupt callback function. More...
#include <adc.h>
Data Fields | |
func_ptr_adc_parg32_t | pfnScanCallback |
Scanconversion callback. | |
func_ptr_adc_parg32_t | pfnPrioCallback |
Priority conversion callback. | |
func_ptr_t | pfnScanErrorCallback |
Scan FIFO overrun error during conversion. | |
func_ptr_t | pfnPrioErrorCallback |
Priority FIFO overrun error callback pointer. | |
func_ptr_t | pfnComparisonCallback |
Comparison callback pointer. | |
func_ptr_t | pfnRangeComparisonCallback |
Range condition interrupt callback pointer. |
Priority FIFO overrun error callback pointer.
Definition at line 427 of file adc.h.
Referenced by Adc_EnableInt().
Range condition interrupt callback pointer.
Definition at line 429 of file adc.h.
Referenced by Adc_EnableInt().
Scan FIFO overrun error during conversion.
Definition at line 426 of file adc.h.
Referenced by Adc_EnableInt().