Home
last modified time | relevance | path

Searched refs:InterruptType (Results 1 – 6 of 6) sorted by relevance

/bsp/nv32f100x/lib/src/
A Duart.c179 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 …]
/bsp/nv32f100x/lib/inc/
A Duart.h480 void UART_EnableInterrupt(UART_Type *pUART, UART_InterruptType InterruptType);
481 void UART_DisableInterrupt(UART_Type *pUART, UART_InterruptType InterruptType);
/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/
A Dcore_cm3.h749 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro
/bsp/smartfusion2/CMSIS/
A Dcore_cm3.h728 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/CMSIS/
A Dcore_cm3.h722 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/CMSIS/
A Dcore_cm3.h722 #define InterruptType ((InterruptType_Type *) SCS_BASE) /*!< Interrupt Type Register … macro

Completed in 27 milliseconds