代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/290010/8512332
c init.c
#include
#include "type.h"
#include "config.h"
void init_timer0(void)
{
TMOD &= 0xf0; //定计0,16位定时器,无预分频
TMOD |= 0x01; //GATE0=0;C/T0#=0;M10=0;M00=1
TH0 = 0x1F;
www.eeworm.com/read/290010/8512354
lst init.lst
C51 COMPILER V8.08 INIT 06/20/2007 16:16:06 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN in
www.eeworm.com/read/290010/8512385
obj init.obj
www.eeworm.com/read/188672/8520733
o init.o
www.eeworm.com/read/188592/8526202
c init.c
#include ".\h_file\system.h"
extern void EBIU_init(void);
extern void Init_PLL(void);
extern void Init_SDRAM(void);
void EBIU_init(void)
{
*pEBIU_AMBCTL0 = 0x7bb07bb0;
*pEBIU_AMBCTL1 = 0x
www.eeworm.com/read/188592/8526246
h init.h
#ifndef INIT
#define INIT
extern void EBIU_init(void);
extern void Init_PLL(void);
extern void Init_SDRAM(void);
#else
#endif
www.eeworm.com/read/188566/8528139
py __init__.py
"""
Load USPP package.
"""
__all__ = ["uspp", "SerialPort_linux", "SerialPort_win"]
from uspp import *
www.eeworm.com/read/188566/8528145
pyc __init__.pyc
www.eeworm.com/read/188490/8536955
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/188480/8538197
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 =