代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/185113/9056686

c init.c

#include #include #include "board.h" //---------------------------------------- //端口初始化 //---------------------------------------- void port_init(void){ PORTB = 0x00;
www.eeworm.com/read/185113/9056714

h init.h

#ifndef INIT_H #define INIT_H void port_init(void); void uart0_init(void); void init_devices(void); #endif
www.eeworm.com/read/282675/9075141

py __init__.py

# The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either # source code or executable form, except in com
www.eeworm.com/read/282612/9080048

lst init.lst

C51 COMPILER V6.21 INIT 04/11/2005 14:25:51 PAGE 1 C51 COMPILER V6.21, COMPILATION OF MODULE INIT OBJECT MODULE PLACED IN .\
www.eeworm.com/read/282604/9080545

c init.c

void InitRenderingEngine_zy() { *(volatile unsigned short*)(0x300008c) = 0x0008; // Rendering engine control register *(volatile unsigned short*)(0x3000080) = 0x0000; // Command queue front pointer
www.eeworm.com/read/381413/9094055

s init.s

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

s init.s

;/********************************************************************************************************/ ;引入的外部标号在这声明 IMPORT __main ;C语言主程序入口 IMPORT InitS
www.eeworm.com/read/381413/9094316

s init.s

;/****************************************Copyright (c)************************************************** ;**----------------------------------------------------------------------------------------
www.eeworm.com/read/282423/9095563

gel init.gel

/* This GEL file is loaded on the command line of Code Composer * The StartUp() function is called every time you start * Code Composer. You can customize this function to * initialize wait st
www.eeworm.com/read/282321/9101865

h init.h

///////////////////////////////////////////////// ///////////////////*端口定义*//////////////////// ///////////////////////////////////////////////// sbit DATA=P0^0; //功放板4094数据线 sbit CL