S32 SDK
adc_compare_config_t Struct Reference

Defines the hardware compare configuration. More...

#include <adc_driver.h>

Data Fields

bool compareEnable
 
bool compareGreaterThanEnable
 
bool compareRangeFuncEnable
 
uint16_t compVal1
 
uint16_t compVal2
 

Detailed Description

Defines the hardware compare configuration.

This structure is used to configure the hardware compare feature for the ADC

Implements : adc_compare_config_t_Class

Definition at line 236 of file adc_driver.h.

Field Documentation

bool compareEnable

Enable the compare feature

Definition at line 238 of file adc_driver.h.

bool compareGreaterThanEnable

Enable Greater-Than functionality

Definition at line 239 of file adc_driver.h.

bool compareRangeFuncEnable

Enable Range functionality

Definition at line 240 of file adc_driver.h.

uint16_t compVal1

First Compare Value

Definition at line 241 of file adc_driver.h.

uint16_t compVal2

Second Compare Value

Definition at line 242 of file adc_driver.h.


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