代码搜索:CCP
找到约 1,299 项符合「CCP」的源代码
代码结果 1,299
www.eeworm.com/read/371315/9556427
c ccp.c
/*
* ccp.c - PPP Compression Control Protocol.
*
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificat
www.eeworm.com/read/371315/9556493
h ccp.h
/*
* ccp.h - Definitions for PPP Compression Control Protocol.
*
* Copyright (c) 1994-2002 Paul Mackerras. All rights reserved.
*
* Redistribution and use in source and binary forms, with or with
www.eeworm.com/read/365437/9863273
cpm ccp.cpm
www.eeworm.com/read/329624/12943858
pdf ccp.pdf
www.eeworm.com/read/327439/13078492
c ccp.c
#include "PIC18.h"
#include "def.h"
#include "lib.h"
void tmr3_isr(void)
{
}
void ccp1_isr(void)
{
}
void ccp1_init(void)
{
GIE=0;//关全局中断
PEIE=1;//开中断优先级
IPEN=1;
T3CON=0x
www.eeworm.com/read/327439/13078514
h ccp.h
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#ifndef ulong
#define ulong unsigned long
#endif
void ccp1_init(void);
void tmr3_isr(voi
www.eeworm.com/read/134909/5891430
c ccp.c
/*A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's CCPx.*/
/*Refer to ccp.txt for additional information*/
#include
#include "c
www.eeworm.com/read/134909/5891432
prj ccp.prj
#Project File: HI-TIDE: Project File version 1.1
#Wed Jul 31 13:25:01 GMT+10:00 2002
CNode.ccpisr.cDouble_Type.Custom=24 bit
[SFolderNodes][Object_File]=RTNode.picrt80l.obj
OutNodeNotes=TODO\:
Ou
www.eeworm.com/read/134909/5891433
h ccp.h
#define CHANGE_MODE1 (RB4)
#define CHANGE_MODE2 (RB5)
#define LED1 (PORTF)
#define DIP1 (PORTD)
#define DIP2 (PORTH)
extern volatile bit UPDATE_REQUIRED;
extern volatile bit UPDATE_CCP1;
exte
www.eeworm.com/read/134909/5891434
txt ccp.txt
Title: timer1
Target: PIC18Cxx8
Description:
A sample project file to be used with HI-TIDE, to demonstrate the functionality of the microcontroller's
CAPTURE/COMPARE/PWM (CCP) MODULES. Th