lle_interrupts.h
来自「BCM 控制demo源代码」· C头文件 代码 · 共 24 行
H
24 行
/*******************************************************************************/
/**
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 + =
减小字号Ctrl + -
显示快捷键?