代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/378232/9240048
c init.c
/*
* init.c: 进行一些初始化,在Steppingstone中运行
* 它和head.S同属第一部分程序,此时MMU未开启,使用物理地址
*/
/* WATCHDOG寄存器 */
#define WTCON (*(volatile unsigned long *)0x53000000)
/* 存储控制器的寄存器起始地址 */
#define MEM_CTL_
www.eeworm.com/read/378226/9240506
c init.c
/*
* init.c: 进行一些初始化
*/
#include "s3c24xx.h"
void disable_watch_dog(void);
void clock_init(void);
void memsetup(void);
void copy_steppingstone_to_sdram(void);
/*
* 关闭WATCHDOG,否则CPU
www.eeworm.com/read/378224/9240564
c init.c
/*
* init.c: 进行一些初始化
*/
#include "s3c24xx.h"
void disable_watch_dog(void);
void clock_init(void);
void memsetup(void);
void copy_steppingstone_to_sdram(void);
void clean_bss(void);
www.eeworm.com/read/378106/9250841
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/378044/9252881
asm init.asm
* Init.asm
**********************************************************************
* Initialize the I/O, ICG, KBD, IRQ *
******************************************
www.eeworm.com/read/181256/9262807
c init.c
// ----------------------------------------------------------------------------
// ATMEL Microcontroller Software Support - ROUSSET -
// --------------------------------------------
www.eeworm.com/read/181087/9274849
c init.c
/*
* C compiler
* ==========
*
* Copyright 1989, 1990, 1991 Christoph van Wuellen.
* Credits to Matthew Brandt.
* All commercial rights reserved.
*
* This compiler may be redistributed as long
www.eeworm.com/read/180985/9277883
init scull.init
#!/bin/bash
# Sample init script for the a driver module
DEVICE="scull"
SECTION="misc"
# The list of filenames and minor numbers: $PREFIX is prefixed to all names
PREFIX="scull"
FI
www.eeworm.com/read/180963/9278574
a51 init.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/377308/9281326
h init.h
/*This is the file which initializes the population*/
void init(population *pop_ptr);
void init(population *pop_ptr)
{
int i,j,r;
float d;
pop_ptr->ind_ptr = &(pop_ptr->ind[0]);
/*Loop Over