![Texas Instruments Tiva TM4C123GH6PM User Manual Download Page 39](http://html1.mh-extra.com/html/texas-instruments/tiva-tm4c123gh6pm/tiva-tm4c123gh6pm_user-manual_1095590039.webp)
Analog to Digital Converter (ADC)
5.2.1.4
ROM_ADCComparatorIntEnable
Enables a sample sequence comparator interrupt.
Prototype:
void
ROM_ADCComparatorIntEnable(uint32_t ui32Base,
uint32_t ui32SequenceNum)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_ADCTABLE
is an array of pointers located at
ROM_APITABLE[5]
.
ROM_ADCComparatorIntEnable
is a function pointer located at
ROM_ADCTABLE[19]
.
Parameters:
ui32Base
is the base address of the ADC module.
ui32SequenceNum
is the sample sequence number.
Description:
This function enables the requested sample sequence comparator interrupt.
Returns:
None.
5.2.1.5
ROM_ADCComparatorIntStatus
Gets the current comparator interrupt status.
Prototype:
uint32_t
ROM_ADCComparatorIntStatus(uint32_t ui32Base)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_ADCTABLE
is an array of pointers located at
ROM_APITABLE[5]
.
ROM_ADCComparatorIntStatus
is a function pointer located at
ROM_ADCTABLE[20]
.
Parameters:
ui32Base
is the base address of the ADC module.
Description:
This returns the digitial comparator interrupt status bits. This status is sequence agnostic.
Returns:
The current comparator interrupt status.
5.2.1.6
ROM_ADCComparatorRegionSet
Defines the ADC digital comparator regions.
April 8, 2013
39
Summary of Contents for Tiva TM4C123GH6PM
Page 26: ...Boot Loader 26 April 8 2013...
Page 68: ...Controller Area Network CAN 68 April 8 2013...
Page 122: ...Hibernation Module 122 April 8 2013...
Page 136: ...Inter Integrated Circuit I2C 136 April 8 2013...
Page 152: ...Memory Protection Unit MPU 152 April 8 2013...
Page 174: ...Pulse Width Modulator PWM Returns None 174 April 8 2013...
Page 196: ...Synchronous Serial Interface SSI 196 April 8 2013...
Page 222: ...System Control 222 April 8 2013...
Page 270: ...UART 270 April 8 2013...
Page 296: ...uDMA Controller 296 April 8 2013...
Page 351: ...April 8 2013 351...