📄 targ_44b0.h
字号:
/******************************************************
******************************************************/
#define FIN_CLK 10000000
#define SERIAL_BAUD_Z 57600
#define IRQ_VECTOR_OFFSET (0x20)
unsigned int get_sys_clk(void);
/*-------------------------------------------------------*/
extern void IRQ_timer0(void);
void Interrupt_Mask(void);
void IRQ_Eint4(void);
void IRQCTimer0(void);
void IRQ_Exint0(void);
extern void Usb_Exception(void);
void Uart1_TX_Interrupt(void);
void IRQ_Uart1_TX(void);
void __irq Uart1_RX_Interrupt(void);
/*-------------------------------------------------------*/
//void IRQASMTimer0(void);
//extern void IRQASMExint4(void);
void ARM_44b0_Init(void);
void arm_44b0_Start(void);
//void ISR_EXINT4(void);
void ISR_timer0(void);
void Interrupt_init(void);
int RequestSystemInterrupt(void);
unsigned int ISR_Install(unsigned int offset, void *pf_ISR);
void DelayL(int time);
void Delay2(int time);
void Uart1_Init(int mclk,int baud);
#define os 0
#if os==0
extern void NOP1(void);
extern void ARMEnableInt(void); // enable global interrupts
extern void ARMDisableInt(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -