代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/249570/12487590
c init.c
#include "Spmc75_regs.h"
#include "unspmacro.h"
#include "SPMC75_SPWM_ISR.h"
//设置MCP4定时器,实现三相六路PWM输出(Fsys=24MHz)
void MCP4_T_PWM_init()
{
P_IOC_Dir->W |= 0xFC00;
www.eeworm.com/read/335776/12499834
c init.c
#include"main.h"
#include"init.h"
#include"18b20.h"
static void usart_init(void) ;
static void init_18B20(void) ;
static void timer1_init(void) ;
static void wa
www.eeworm.com/read/335776/12499866
h init.h
#ifndef __init_h__
#define __init_h__
void init(void) ;
uchar init_bus(void) ;
void delay(uint time) ; //time==88,Ϊ100us
#endif
www.eeworm.com/read/147865/12513366
c init.c
//ICC-AVR application builder : 2005-4-25 9:42:27
// Target : M8
// Crystal: 8.00Mhz
/*
* Copyright (c) 2005, 广州力源电器公司开发部
* All rights reserved.
* 文件名称:init.c 负责初始化MCU各内部资源及外部端口
* 当前版本: 1.0
www.eeworm.com/read/147865/12513373
h init.h
/*
自定义头文件.定义一些全局变量和函数
* Copyright (c) 2005, 广州力源电器公司开发部
* All rights reserved.
* 文件名称:init.h
* 当前版本: 1.0
* 作者: 张洪强
* 完成日期: 2005.7.24
*/
#ifndef __INIT_h
#define __INIT_h
#ifd
www.eeworm.com/read/335549/12516764
c init.c
void IO_INIT() //I/O初始化
{
P2SEL = 0x00; //P2全为一般功能口
P2DIR |= 0x03; //P2.0,P2.1为输出口
P5SEL = 0x00; //P2全为一般功能口
P5DIR = 0x07; //P5
www.eeworm.com/read/335529/12518842
c init.c
//****************************************************************************
//
// INIT.C - Initialize the player hardware and software environment.
//
// Copyright (c) 1999,2000,2001 Cirrus Logic,
www.eeworm.com/read/335362/12535379
c init.c
#include "apue.h"
#include
#include
#include
void
daemonize(const char *cmd)
{
int i, fd0, fd1, fd2;
pid_t pid;
struct rlimit rl;
struct sigaction sa