iv6.h
来自「用于以太网开发」· C头文件 代码 · 共 55 行
H
55 行
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IV6.H
** Project : ETH_TEST_3
** Processor : MC9S12NE64CPV
** Beantype : InterruptVector
** Version : Bean 02.015, Driver 01.01, CPU db: 2.87.027
** Compiler : Metrowerks HC12 C Compiler
** Date/Time : 23.02. 2004, 14:00
** Abstract :
** This bean "InterruptVector" gives an access to interrupt vector.
** The purpose of this bean is to allocate the interrupt vector
** in the vector table. Additionally it can provide settings of
** the interrupt priority register.
** The interrupt handling routines must be implemented by the user.
** Settings :
** Interrupt vector : Vemacrxbbo
** Handle name : emac_rx_b_b_o_isr
** Contents :
** No public methods
**
** (c) Copyright UNIS, spol. s r.o. 1997-2004
** UNIS, spol. s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################*/
#ifndef __IV6
#define __IV6
/* MODULE IV6. */
#include "PE_types.h"
#pragma CODE_SEG __NEAR_SEG NON_BANKED /* Interrupt section for this module. Placement will be in NON_BANKED area. */
__interrupt void emac_rx_b_b_o_isr(void);
#pragma CODE_SEG DEFAULT /* Change code section to DEFAULT. */
/* END IV6. */
#endif /* ifndef __IV6 */
/*
** ###################################################################
**
** This file was created by UNIS Processor Expert 03.44 for
** the Motorola HCS12 series of microcontrollers.
** !!! DEVELOPER VERSION FOR INTERNAL USAGE ONLY !!!
**
** ###################################################################
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?