Lines Matching full:sources
721 //! Enables individual flash control interrupt sources.
723 //! \param flags is a bit mask of the interrupt sources to be enabled. Must
734 //! This function enables the indicated flash system interrupt sources. Only
735 //! the sources that are enabled can be reflected to the processor interrupt;
736 //! disabled sources have no effect on the processor.
738 //! \note The interrupt sources vary based on the part in use.
740 //! which interrupt sources are available.
749 //! Disables individual flash system interrupt sources.
751 //! \param flags is a bit mask of the interrupt sources to be disabled. Must
762 //! This function disables the indicated flash system interrupt sources.
763 //! Only the sources that are enabled can be reflected to the processor
764 //! interrupt; disabled sources have no effect on the processor.
789 //! \note The interrupt sources vary based on the part in use.
791 //! which interrupt sources are available.
810 //! \note The interrupt sources vary based on the part in use.
812 //! which interrupt sources are available.
819 //! Clears flash system interrupt sources.
821 //! \param flags is a bit mask of the interrupt sources to be cleared. Must
832 //! The specified flash system interrupt sources are cleared, so that they no
845 //! \note The interrupt sources vary based on the part in use.
847 //! which interrupt sources are available.