代码搜索:Target
找到约 10,000 项符合「Target」的源代码
代码结果 10,000
www.eeworm.com/read/356245/10234159
c target.c
//====================================================================
// File Name : 2410test.c
// Function : S3C2410 Test Main Menu
// Program :
// Date : May 30, 2002
// Version : 0
www.eeworm.com/read/356245/10234172
o target.o
www.eeworm.com/read/356126/10236226
c target.c
#include "target.h"
#include "ucos_ii.h" /* uC/OS interface */
extern OS_EVENT *Key_Mbox;
extern OS_EVENT *OK_Mbox;
/*************************************************************
www.eeworm.com/read/356126/10236229
h target.h
#ifndef __TARGET_H__
#define __TARGET_H__
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#define _TICK 1000 // 1/1000 sec
//#define _TICK 100 // 1/100 sec
//#define _TICK 10
www.eeworm.com/read/356126/10236245
o target.o
www.eeworm.com/read/356113/10236574
o target.o
www.eeworm.com/read/356113/10236590
c target.c
#include "config.h"
void IRQ_Exception(void)
{
while(1); // change it to your code 这一句替换为自己的代码
}
void FIQ_Exception(void)
{
while(1); // change
www.eeworm.com/read/356113/10236591
h target.h
#ifndef __TARGET_H
#define __TARGET_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IN_TARGET
extern void Reset(void); //复位
extern void TargetInit(void); //目标板初始化
#e
www.eeworm.com/read/234379/10246608
o target.o
www.eeworm.com/read/234379/10246616