代码搜索:initialisation
找到约 2,024 项符合「initialisation」的源代码
代码结果 2,024
www.eeworm.com/read/117182/6108177
c mnt_init.c
/home/asysweb/public_html/cortex/kernel/src/mnt_init.c
/*************************************************************************/
www.eeworm.com/read/216987/14983444
f90 main.f90
!------------------------------------------------------------------------------!
! PROGRAM : TYPHON Auteur : J. Gressier
! Date : Juill
www.eeworm.com/read/168763/5437280
s lowlevel_init.s
#include
#include
#include
DRAM_SIZE: .long CFG_DRAM_SIZE
.globl lowlevel_init
lowlevel_init:
mov r10, lr
/* ---- GPIO INITIALISATION ---- *
www.eeworm.com/read/202051/15390833
c 88l89.c
void port_init(void)
{
PORTA = 0x00;
DDRA = 0xFF;
PORTB = 0x10;
DDRB = 0xBF;
PORTC = 0x00;
DDRC = 0x48;
PORTD = 0xF7; // 11110111
DDRD = 0xFA; // PD7:RD PD6:WR PD5:RS PD4:CS PD
www.eeworm.com/read/152843/5664493
h setup_arch_pre.h
#include
#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))
/* Hook to call BIOS initialisation function */
/* for voyager, pass the voyager BIOS/SUS info area to t
www.eeworm.com/read/135941/5876195
h setup_arch_pre.h
#include
#define VOYAGER_BIOS_INFO ((struct voyager_bios_info *)(PARAM+0x40))
/* Hook to call BIOS initialisation function */
/* for voyager, pass the voyager BIOS/SUS info area to t
www.eeworm.com/read/142909/12908674
doc fbcc.doc
Une structure de donn閑 'LIST' est utilis閑 dans tout le compilateur C
pendant le parsing.
/* Structure des listes d閒inissant les types */
base_type :== TYPE_CHAR | TYPE_UCHAR
| TYPE_S
www.eeworm.com/read/288263/8645651
c main.c
#include "inc/macro.h"
#include "inc/KeyBoard.h"
#include
#include
#include "inc/Uart.h"
#include "inc/lcd.h"
#include "inc/reg2410.h"
#include "inc/iic.h"
#include "inc/u
www.eeworm.com/read/177291/9460566
c main.c
#include "inc/macro.h"
#include "inc/KeyBoard.h"
#include
#include
#include "inc/Uart.h"
#include "inc/lcd.h"
#include "inc/reg2410.h"
#include "inc/iic.h"
#include "inc/u
www.eeworm.com/read/146659/12627200
h main.h
/********************************************************************************/
/***** Global variables and types *****/
/***** All global variables are defined in main.c *****/