代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/290587/8474040
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/290587/8474098
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRB = 0xff;
PORTB = 0xff;
DDRD = 0x00;
//PORTB = 0x00;
PORTD = 0xff;
DDRC = 0xff;
PORTC = 0xff;
www.eeworm.com/read/290587/8474131
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/290587/8474409
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRB = 0xff;
PORTB = 0xff;
DDRC = 0x00;
PORTC = 0xff;
DDRD = 0xff;
PORTD = 0xff;
}
www.eeworm.com/read/290587/8474433
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/390195/8476774
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/390195/8476797
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/390195/8477105
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/390195/8477130
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/390195/8477211
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_