代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/259633/4340284
pas init.pas
unit Init;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Mask,
Driver;
type
WAVE_PROPERTY = Record
iType : word;
www.eeworm.com/read/259137/4345686
c init.c
#include "s3c2410.h"
#include "init.h"
#include "mmu.h"
/* SDRAM 13个寄存器的值 */
unsigned long const mem_cfg_val[]={ 0x22111110, //BWSCON
0x00000700, //BANKCON0
0x00000700, //BANKCON1
0x
www.eeworm.com/read/259137/4345698
c~ init.c~
#include "s3c2410.h"
#include "init.h"
#include "mmu.h"
/* SDRAM 13个寄存器的值 */
unsigned long const mem_cfg_val[]={ 0x22111110, //BWSCON
0x00000700, //BANKCON0
0x00000700, //BANKCON1
0x
www.eeworm.com/read/259137/4345707
c init.c
#include "s3c2410.h"
/* SDRAM 13个寄存器的值 */
unsigned long const mem_cfg_val[]={ 0x22111110, //BWSCON
0x00000700, //BANKCON0
0x00000700, //BANKCON1
0x00000700, //BANKCON2
0x000
www.eeworm.com/read/259137/4345711
c~ init.c~
#include "s3c2410.h"
/* SDRAM 13个寄存器的值 */
unsigned long const mem_cfg_val[]={ 0x22111110, //BWSCON
0x00000700, //BANKCON0
0x00000700, //BANKCON1
0x00000700, //BANKCON2
0x000
www.eeworm.com/read/259137/4345718
h init.h
void disable_watch_dog();
void memsetup();
void reset_nand();
void init_nand();
inline void wait_idle(void);
void nand_read_ll(unsigned char *buf, unsigned long start_addr, int size);
void init_uart()
www.eeworm.com/read/259137/4345726
h init.h
void disable_watch_dog();
void memsetup();
void reset_nand();
void init_nand();
inline void wait_idle(void);
void nand_read_ll(unsigned char *buf, unsigned long start_addr, int size);
void init_uart()
www.eeworm.com/read/259059/4346760
py __init__.py
#!/usr/bin/env python
#portable serial port access with python
#this is a wrapper module for different platform implementations
#
# (C)2001-2002 Chris Liechti
# this is distributed
www.eeworm.com/read/258615/4353443
a51 init.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/258246/4358179
c init.c
// 初始化
#include "Board.h"
#include "main.h"
/*******************************************************************************
* 说明: Trace_Toggel_LED函数,
* 参数:unsigned int Led
* 返回值:无
*******