ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ADC1 module documentation

Macros

#define FSL_ADC1   0
 Device instance number. More...
 

Variables

const adc16_converter_config_t ADC1_InitConfig0
 ADC configuration declaration. More...
 
const adc16_hw_cmp_config_t ADC1_HwConfig0
 HW compare configuration declaration. More...
 
const adc16_chn_config_t ADC1_ChnConfig0
 Channel configuration declaration. More...
 
const adc16_converter_config_t ADC1_InitConfig0
 ADC configuration declaration. More...
 
const adc16_hw_cmp_config_t ADC1_HwConfig0
 HW compare configuration declaration. More...
 
const adc16_chn_config_t ADC1_ChnConfig0
 Channel configuration declaration. More...
 

Detailed Description

Macro Definition Documentation

Variable Documentation

const adc16_chn_config_t ADC1_ChnConfig0
Initial value:
= {
.chnIdx = kAdc16Chn4b,
.convCompletedIntEnable = false,
.diffConvEnable = false
}

Channel configuration declaration.

Definition at line 81 of file ADC1.c.

Referenced by Analog_1_fsl_Sensor_Generic_Analog_StartData(), and Components_Init().

const adc16_chn_config_t ADC1_ChnConfig0

Channel configuration declaration.

Definition at line 81 of file ADC1.c.

Referenced by Analog_1_fsl_Sensor_Generic_Analog_StartData(), and Components_Init().

const adc16_hw_cmp_config_t ADC1_HwConfig0
Initial value:
= {
.hwCmpEnable = false,
.hwCmpGreaterThanEnable = false,
.hwCmpRangeEnable = false,
.cmpValue1 = 0U,
.cmpValue2 = 0U,
}

HW compare configuration declaration.

Definition at line 72 of file ADC1.c.

const adc16_hw_cmp_config_t ADC1_HwConfig0

HW compare configuration declaration.

Definition at line 72 of file ADC1.c.

const adc16_converter_config_t ADC1_InitConfig0
Initial value:
= {
.lowPowerEnable = false,
.clkDividerMode = kAdc16ClkDividerOf1,
.longSampleTimeEnable = false,
.resolution = kAdc16ResolutionBitOfSingleEndAs8,
.clkSrc = kAdc16ClkSrcOfBusClk,
.asyncClkEnable = false,
.highSpeedEnable = false,
.longSampleCycleMode = kAdc16LongSampleCycleOf24,
.hwTriggerEnable = false,
.refVoltSrc = kAdc16RefVoltSrcOfVref,
.continuousConvEnable = false,
.dmaEnable = false,
}

ADC configuration declaration.

Definition at line 57 of file ADC1.c.

Referenced by Analog_1_fsl_Sensor_Generic_Analog_Initialize(), and Components_Init().

const adc16_converter_config_t ADC1_InitConfig0

ADC configuration declaration.

Definition at line 57 of file ADC1.c.

Referenced by Analog_1_fsl_Sensor_Generic_Analog_Initialize(), and Components_Init().