Download Stellaris Peripheral Driver Library User's Guide

Transcript
Stellaris Peripheral Driver Library User’s Guide
6.2.2.2
FlashIntClear
Clears flash controller interrupt sources.
Prototype:
void
FlashIntClear(unsigned long ulIntFlags)
Parameters:
ulIntFlags is the bit mask of the interrupt sources to be cleared. Can be any of the FLASH_FCMISC_PROGRAM or FLASH_FCMISC_ACCESS values.
Description:
The specified flash controller interrupt sources are cleared, so that they no longer assert. This
must be done in the interrupt handler to keep it from being called again immediately upon exit.
Returns:
None.
6.2.2.3
FlashIntDisable
Disables individual flash controller interrupt sources.
Prototype:
void
FlashIntDisable(unsigned long ulIntFlags)
Parameters:
ulIntFlags is a bit mask of the interrupt sources to be disabled. Can be any of the FLASH_FCIM_PROGRAM or FLASH_FCIM_ACCESS values.
Description:
Disables the indicated flash controller interrupt sources. Only the sources that are enabled can
be reflected to the processor interrupt; disabled sources have no effect on the processor.
Returns:
None.
6.2.2.4
FlashIntEnable
Enables individual flash controller interrupt sources.
Prototype:
void
FlashIntEnable(unsigned long ulIntFlags)
Parameters:
ulIntFlags is a bit mask of the interrupt sources to be enabled. Can be any of the FLASH_FCIM_PROGRAM or FLASH_FCIM_ACCESS values.
October 11, 2007
69