代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/359131/10165018
h init.h
#ifndef INIT
#define INIT
extern void Init_EBIU(void);
extern void Init_PLL(void);
extern void Init_SDRAM(void);
#else
#endif
www.eeworm.com/read/359131/10165024
c init.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
#include "Cpld.h"
#include "Sys.h"
extern void Init_EBIU(void);
extern void Init_PLL(void);
ext
www.eeworm.com/read/359128/10165096
c init.c
#include
void SYSCLK_Init(void);
void UART0_Init(void);
void Port_Init();
#define SYSCLK 22118400
#define BAUDRATE 9600
void main(void)
{
unsigned char a=0x80;
//关闭看门狗
www.eeworm.com/read/359125/10165120
h init.h
#ifndef INIT
#define INIT
extern void Init_EBIU(void);
extern void Init_PLL(void);
extern void Init_SDRAM(void);
extern void Init_Flash(void);
extern void Init_PPI(void);
extern void Init_P
www.eeworm.com/read/359125/10165137
c init.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
#include "Sys.h"
#include "CPLD.h"
#include "regdef.h"
#include "flashcpld.h"
#include "Init.h"
www.eeworm.com/read/359123/10165371
c init.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
extern void InitEBIU(void);
extern void Init_PLL(void);
void InitEBIU(void)
{
*pEBIU_AMBCTL0 =
www.eeworm.com/read/359123/10165389
h init.h
#ifndef INIT
#define INIT
extern void InitEBIU(void);
extern void Init_PLL(void);
#else
#endif
www.eeworm.com/read/163136/10174501
class init.class
www.eeworm.com/read/358952/10174688
tcl init.tcl
www.eeworm.com/read/163055/10178215
c init.c
//***********************************************************************
// *
// P H I L I P S P R O P R I E T A R Y *
//