UCOS_TI_LM3S_Keil
|
#include <bsp.h>
宏定义 | |
#define | BSP_INT_MODULE |
#define | BSP_INT_SRC_NBR 46u |
变量 | |
static CPU_FNCT_VOID | BSP_IntVectTbl [BSP_INT_SRC_NBR] |
#define BSP_INT_SRC_NBR 46u |
|
static |
参考 BSP_INT_SRC_NBR, BSP_IntVectTbl, OSIntEnter() , 以及 OSIntExit().
参考自 BSP_IntHandlerADC0(), BSP_IntHandlerADC1(), BSP_IntHandlerADC2(), BSP_IntHandlerADC3(), BSP_IntHandlerCOMP0(), BSP_IntHandlerCOMP1(), BSP_IntHandlerCOMP2(), BSP_IntHandlerFLASH(), BSP_IntHandlerGPIOA(), BSP_IntHandlerGPIOB(), BSP_IntHandlerGPIOC(), BSP_IntHandlerGPIOD(), BSP_IntHandlerGPIOE(), BSP_IntHandlerGPIOF(), BSP_IntHandlerGPIOG(), BSP_IntHandlerGPIOH(), BSP_IntHandlerHIBERNATE(), BSP_IntHandlerI2C0(), BSP_IntHandlerI2C1(), BSP_IntHandlerPWM_FAULT(), BSP_IntHandlerPWM_GEN0(), BSP_IntHandlerPWM_GEN1(), BSP_IntHandlerPWM_GEN2(), BSP_IntHandlerQEI0(), BSP_IntHandlerQEI1(), BSP_IntHandlerSSI0(), BSP_IntHandlerSSI1(), BSP_IntHandlerSYSCTL(), BSP_IntHandlerTIMER0A(), BSP_IntHandlerTIMER0B(), BSP_IntHandlerTIMER1A(), BSP_IntHandlerTIMER1B(), BSP_IntHandlerTIMER2A(), BSP_IntHandlerTIMER2B(), BSP_IntHandlerTIMER3A(), BSP_IntHandlerTIMER3B(), BSP_IntHandlerUART0(), BSP_IntHandlerUART1(), BSP_IntHandlerUART2() , 以及 BSP_IntHandlerWATCHDOG().
|
static |
void BSP_IntDis | ( | CPU_DATA | int_id) |
void BSP_IntDisAll | ( | void | ) |
void BSP_IntEn | ( | CPU_DATA | int_id) |
void BSP_IntVectSet | ( | CPU_DATA | int_id, |
CPU_FNCT_VOID | isr | ||
) |
参考 BSP_INT_SRC_NBR, BSP_IntVectTbl, CPU_CRITICAL_ENTER, CPU_CRITICAL_EXIT , 以及 CPU_SR_ALLOC.
参考自 BSP_IntInit().
void BSP_IntPrioSet | ( | CPU_DATA | int_id, |
CPU_INT08U | prio | ||
) |
参考 BSP_INT_SRC_NBR, CPU_CRITICAL_ENTER, CPU_CRITICAL_EXIT, CPU_IntSrcPrioSet() , 以及 CPU_SR_ALLOC.
void BSP_IntInit | ( | void | ) |
参考 BSP_INT_SRC_NBR, BSP_IntHandlerDummy() , 以及 BSP_IntVectSet().
参考自 BSP_Init().
void BSP_IntHandlerGPIOA | ( | void | ) |
void BSP_IntHandlerGPIOB | ( | void | ) |
void BSP_IntHandlerGPIOC | ( | void | ) |
void BSP_IntHandlerGPIOD | ( | void | ) |
void BSP_IntHandlerGPIOE | ( | void | ) |
void BSP_IntHandlerUART0 | ( | void | ) |
void BSP_IntHandlerUART1 | ( | void | ) |
void BSP_IntHandlerSSI0 | ( | void | ) |
void BSP_IntHandlerI2C0 | ( | void | ) |
void BSP_IntHandlerPWM_FAULT | ( | void | ) |
void BSP_IntHandlerPWM_GEN0 | ( | void | ) |
void BSP_IntHandlerPWM_GEN1 | ( | void | ) |
void BSP_IntHandlerPWM_GEN2 | ( | void | ) |
void BSP_IntHandlerQEI0 | ( | void | ) |
void BSP_IntHandlerADC0 | ( | void | ) |
void BSP_IntHandlerADC1 | ( | void | ) |
void BSP_IntHandlerADC2 | ( | void | ) |
void BSP_IntHandlerADC3 | ( | void | ) |
void BSP_IntHandlerWATCHDOG | ( | void | ) |
void BSP_IntHandlerTIMER0A | ( | void | ) |
void BSP_IntHandlerTIMER0B | ( | void | ) |
void BSP_IntHandlerTIMER1A | ( | void | ) |
void BSP_IntHandlerTIMER1B | ( | void | ) |
void BSP_IntHandlerTIMER2A | ( | void | ) |
void BSP_IntHandlerTIMER2B | ( | void | ) |
void BSP_IntHandlerCOMP0 | ( | void | ) |
void BSP_IntHandlerCOMP1 | ( | void | ) |
void BSP_IntHandlerCOMP2 | ( | void | ) |
void BSP_IntHandlerSYSCTL | ( | void | ) |
void BSP_IntHandlerFLASH | ( | void | ) |
void BSP_IntHandlerGPIOF | ( | void | ) |
void BSP_IntHandlerGPIOG | ( | void | ) |
void BSP_IntHandlerGPIOH | ( | void | ) |
void BSP_IntHandlerUART2 | ( | void | ) |
void BSP_IntHandlerSSI1 | ( | void | ) |
void BSP_IntHandlerTIMER3A | ( | void | ) |
void BSP_IntHandlerTIMER3B | ( | void | ) |
void BSP_IntHandlerI2C1 | ( | void | ) |
void BSP_IntHandlerQEI1 | ( | void | ) |
void BSP_IntHandlerHIBERNATE | ( | void | ) |
|
static |
参考自 BSP_IntHandler() , 以及 BSP_IntVectSet().