代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/259039/11825945

s initial.s

.module initial.c .area text(rom, con, rel) .dbfile F:\programme\nrf2401\initial.c .dbfunc e port_init _port_init fV .even _port_init:: .dbline -1 .dbline 9 ; //ICC-AVR application buil
www.eeworm.com/read/259039/11825977

_c initial._c

//ICC-AVR application builder : 2006-8-29 21:21:04 // Target : M8 // Crystal: 8.0000Mhz #include #include void port_init(void) { DDRB = 0x46; //0100 0110 PORTB
www.eeworm.com/read/259039/11825993

i initial.i

www.eeworm.com/read/259039/11826015

lis initial.lis

.module initial.c .area text(rom, con, rel) 0000 .dbfile F:\programme\nrf2401\initial.c 0000 .dbfunc e port_ini
www.eeworm.com/read/259039/11826019

c initial.c

//ICC-AVR application builder : 2006-8-29 21:21:04 // Target : M8 // Crystal: 8.0000Mhz #include #include void port_init(void) { DDRB = 0x46; //0100 0110 PORTB
www.eeworm.com/read/259039/11826050

o initial.o

XL H 1 areas 3 global symbols M initial.c S _nrf2401A_Init Ref0000 A text size 30 flags 0 dbfile F:\programme\nrf2401\initial.c dbfunc e port_init 0 fV dbline FFFFFFFF 0 dbline 9 0 dbline A 0
www.eeworm.com/read/156094/11828346

m initial.m

Vs=1; C=0.32; L=2; R=1.4;
www.eeworm.com/read/344814/11857893

m initial.m

Vs=1; C=0.32; L=2; R=1.4;
www.eeworm.com/read/258461/11861680

h initial.h

#ifndef _INITIAL_H #define _INITIAL_H void InitRFID(void); #endif
www.eeworm.com/read/258461/11861703

c initial.c

#include "initial.h" #include "S6700.h" void InitRFID() { TRISD = 0xC0;//PUSH、DOUT为输入,其他为输出,需要首先把DOUT拉低吗? //PORTD |= DIN; //PORTD &= ~DOUT; //PORTD |= S