Lines Matching full:sources
523 //! Enables individual UART interrupt sources.
534 //! \param mask is the bit mask of the interrupt sources to be enabled.
536 //! Enables the indicated UART interrupt sources. The interrupt flag is first
537 //! and then the corresponding interrupt is enabled. Only the sources that
538 //! are enabled can be reflected to the processor interrupt; disabled sources
558 //! Disables individual UART interrupt sources.
569 //! \param mask is the bit mask of the interrupt sources to be
572 //! Disables the indicated UART interrupt sources. Only the sources that
573 //! are enabled can be reflected to the processor interrupt; disabled sources
646 //! Clears UART interrupt sources.
657 //! \param mask is a bit mask of the interrupt sources to be cleared.