System Exception Module
19
System Exception Module
19.1
Introduction
The system exception module provides an interrupt mechanism for handling system exceptions,
such as errors from the floating-point unit.
19.2
API Functions
Functions
void
(uint32_t ui32IntFlags)
void
(uint32_t ui32IntFlags)
void
(uint32_t ui32IntFlags)
uint32_t
(bool bMasked)
19.2.1
Function Documentation
19.2.1.1 ROM_SysExcIntClear
Clears system exception interrupt sources.
Prototype:
void
ROM_SysExcIntClear(uint32_t ui32IntFlags)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_SYSEXCTABLE
is an array of pointers located at
ROM_APITABLE[30]
.
ROM_SysExcIntClear
is a function pointer located at
ROM_SYSEXCTABLE[1]
.
Parameters:
ui32IntFlags
is a bit mask of the interrupt sources to be cleared.
Description:
The specified system exception interrupt sources are cleared, so that they no longer assert.
This function must be called in the interrupt handler to keep the interrupt from being recognized
again immediately upon exit.
The
ui32IntFlags
parameter is the logical OR of any of the following:
SYSEXCP_INT_FP_IXC
- Floating-point inexact exception interrupt
SYSEXCP_INT_FP_OFC
- Floating-point overflow exception interrupt
April 8, 2013
223
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...