代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/172855/9685667

s init.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/172855/9685675

o init.o

www.eeworm.com/read/172855/9685683

s init.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/172855/9685699

o init.o

www.eeworm.com/read/172855/9685706

s init.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/172855/9685720

o init.o

www.eeworm.com/read/172772/9691501

s init.s

; init.s ; ; to be included by the crt*.s files ; ; initialize stacks ; ; set the hardware stack to ram_end, and the software stack some ; bytes below that ldi R28,ram
www.eeworm.com/read/368473/9692268

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/368473/9692277

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/368473/9692385

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;