targ_44b0.h

来自「单的SD卡读写程序--根据网上的程序跟改」· C头文件 代码 · 共 46 行

H
46
字号
/******************************************************



******************************************************/
#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 + =
减小字号Ctrl + -
显示快捷键?