?? lle_interrupts.h
字號:
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file lle_Interrupts.h
\brief Interrupt service routines prototypes
\author Freescale Semiconductor
\author B05114
\version 0.1
\date June/2007
*/
/*******************************************************************************/
/** Function Prototypes */
/** XIRQ service routine */
void interrupt lle_XIRQ_Isr(void);
/** CAN reception interrupt service routine */
void interrupt lle_CANRx_Isr(void);
/** Autonomous periodic interrupt service routine */
void interrupt lle_API_Isr(void);
/*******************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -