代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/366316/9821200
lis init.lis
.module init.c
.area text(rom, con, rel)
0000 .dbfile E:\我的网页\mcuc\download\M16-23板程序模板\新建文件夹\init.c
0000 .dbfu
www.eeworm.com/read/366316/9821218
o init.o
XL
H 2 areas 10 global symbols
M init.c
S _receCount Ref0000
S _sendCount Ref0000
S _receBuf Ref0000
S _sendBuf Ref0000
S _sendPosi Ref0000
S _checkoutError Ref0000
S _receTimeOut Ref0000
A
www.eeworm.com/read/366200/9824818
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRA = 0xff;
PORTA = 0xff;
DDRB = 0x00;
PORTB = 0x00;
PORTB = 0xff;
DDRC = 0xff;
PORTC = 0xff;
}
www.eeworm.com/read/366200/9824835
h init.h
#ifndef INIT_H
#define INIT_H
#ifdef INIT_C
void InitIo(void);
#else
extern void InitIo(void);
#endif
#endif
www.eeworm.com/read/366200/9824971
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRA = 0xff;
PORTA = 0xff;
DDRB = 0x00;
//PORTB = 0x00;
PORTB = 0xff;
DDRC = 0xff;
PORTC = 0xff;
www.eeworm.com/read/366200/9824988
h init.h
#ifndef INIT_H
#define INIT_H
#ifdef INIT_C
void InitIo(void);
#else
extern void InitIo(void);
#endif
#endif
www.eeworm.com/read/366200/9825044
c init.c
#define INIT_C
#include "includes.h"
int count;
float j;
unsigned char *test = "The Voltage is: ";
unsigned char *value = "0.000 V";
void WDR(void)
{
asm("wdr");
}
void WDT_
www.eeworm.com/read/366200/9825068
h init.h
#ifndef INIT_H
#define INIT_H
#ifdef INIT_C
void WDR(void);
void WDT_init(void);
void init_time1(void);
#else
extern void WDR(void);
extern void WDT_init(void);
extern void init_time1(voi
www.eeworm.com/read/366200/9825132
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRA = 0xff;
PORTA = 0xff;
DDRB = 0x00;
//PORTB = 0x00;
PORTB = 0xff;
DDRC = 0xff;
PORTC = 0xff;
www.eeworm.com/read/366200/9825151
h init.h
#ifndef INIT_H
#define INIT_H
#ifdef INIT_C
void InitIo(void);
#else
extern void InitIo(void);
#endif
#endif