代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/375866/9347006
i init.i
www.eeworm.com/read/375866/9347035
_c init._c
#include "glo.h"
void port_init(void)
{
PORTA = 0xFF; //PORTx 端口x数据寄存器
DDRA = 0xFF; //DDRx 端口x方向寄存器 1为输出,0为输入
PORTB = 0xFF;
DDRB = 0x00;
PORTC = 0x00;
www.eeworm.com/read/375866/9347065
lis init.lis
.module init.c
.area text(rom, con, rel)
0000 .dbfile D:\new_sd\init.c
0000 .dbfunc e port_init _port_init fV
www.eeworm.com/read/375866/9347084
h init.h
#ifndef __init_H
#define __init_H
void port_init(void);
void init_devices(void);
#endif
www.eeworm.com/read/375866/9347090
o init.o
XL
H 1 areas 5 global symbols
M init.c
S _LCD_init Ref0000
A text size C4 flags 0
dbfile D:\new_sd\init.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline 4 0
dbline 5 0
dbline 6 4
dbline 8
www.eeworm.com/read/375770/9349849
c init.c
#include "../header/init.h"
/***********************************************
函 数: Initialisation_MCU
功 能: 初始化MCU内部资源
输 入: /
输 出: /
描 述: /
***********************************************/
www.eeworm.com/read/375770/9349858
lst init.lst
C51 COMPILER V7.50 INIT 07/14/2008 10:33:18 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN in
www.eeworm.com/read/375770/9349867
h init.h
#include "../header/global.h"
/****************************************/
void PowerOn_Initialisation(void);
www.eeworm.com/read/375770/9349872