代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/129073/14267858
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/129073/14267902
c exio.c
#include "..\startup\44b.h"
#include "..\inc\ExIO.h"
void init_ADdevice()
{
rADCPSR=20;
rADCCON=ADCCON_SLEEP;
}
int GetADresult(int channel)
{
rADCCON=(channel
www.eeworm.com/read/129063/14268144
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/129063/14268187
c exio.c
#include "..\startup\44b.h"
#include "..\inc\ExIO.h"
void init_ADdevice()
{
rADCPSR=20;
rADCCON=ADCCON_SLEEP;
}
int GetADresult(int channel)
{
rADCCON=(channel
www.eeworm.com/read/129056/14268303
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/129056/14268334
c exio.c
#include "..\startup\44b.h"
#include "..\inc\ExIO.h"
void init_ADdevice()
{
rADCPSR=20;
rADCCON=ADCCON_SLEEP;
}
int GetADresult(int channel)
{
rADCCON=(channel
www.eeworm.com/read/129055/14268390
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/230837/14272629
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/230837/14272678
c exio.c
#include "..\startup\44b.h"
#include "..\inc\ExIO.h"
void init_ADdevice()
{
rADCPSR=20;
rADCCON=ADCCON_SLEEP;
}
int GetADresult(int channel)
{
rADCCON=(channel
www.eeworm.com/read/128628/14285720
c ctrlbrk.c
#include
#include
void main(void)
{
printf("Previous extended Ctrl-Break status %s\n",
(getcbrk()) ? "On": "Off");
setcbrk(0); // Turn if off
}