![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Comparison configuration. More...
#include <adc.h>
Data Fields | |
uint16_t | u16CompareValue |
ADC Comparison Value (CMPD) | |
boolean_t | bCompareAllChannels |
TRUE: Compare all selected Channels, FALSE: Compare CCH-Channel. | |
uint8_t | u8CompareChannel |
CCH-Channel to be compared, if selected Ch. 0...31. | |
boolean_t | bCompIrqEqualGreater |
TRUE: Compare all selected Channels, FALSE: Compare CCH-Channel.
Definition at line 305 of file adc.h.
Referenced by Adc_Init().
TRUE: Generate Interrupt, if CMPD most significant 10 bis >= current ADC value FALSE: Generate Interrupt, if CMPD most significant 10 bis < current ADC value
Definition at line 307 of file adc.h.
Referenced by Adc_Init().
uint16_t u16CompareValue |
uint8_t u8CompareChannel |
CCH-Channel to be compared, if selected Ch. 0...31.
Definition at line 306 of file adc.h.
Referenced by Adc_Init().