Searched refs:InterruptType (Results 1 – 6 of 6) sorted by relevance
179 if (InterruptType == UART_TxBuffEmptyInt) in UART_EnableInterrupt()183 else if (InterruptType == UART_TxCompleteInt) in UART_EnableInterrupt()187 else if (InterruptType == UART_RxBuffFullInt) in UART_EnableInterrupt()191 else if (InterruptType == UART_IdleLineInt) in UART_EnableInterrupt()195 else if (InterruptType == UART_RxOverrunInt) in UART_EnableInterrupt()199 else if (InterruptType == UART_NoiseErrorInt) in UART_EnableInterrupt()234 if (InterruptType == UART_TxBuffEmptyInt) in UART_DisableInterrupt()238 else if (InterruptType == UART_TxCompleteInt) in UART_DisableInterrupt()242 else if (InterruptType == UART_RxBuffFullInt) in UART_DisableInterrupt()246 else if (InterruptType == UART_IdleLineInt) in UART_DisableInterrupt()[all …]
480 void UART_EnableInterrupt(UART_Type *pUART, UART_InterruptType InterruptType);481 void UART_DisableInterrupt(UART_Type *pUART, UART_InterruptType InterruptType);
749 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro
728 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro
722 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro
Completed in 27 milliseconds