代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/298084/7975101
c gpio_key.c
/*
* Driver for keys on GPIO lines capable of generating interrupts.
*
* Copyright 2005 Phil Blundell
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/298084/7975102
ko gpio_key.ko
www.eeworm.com/read/398146/8002209
h key_sws.h
//用IF语句所写,调节时、分、秒、年、月、日、星期用k3键,调节闹钟的时、分、秒用k4键,已经调试OK
//闹钟的定时到时间时,蜂鸣器会响,此时可以按k1~k4任意键清除闹钟
//完成日期:2008-12-28日 19:20
//设计人:佘望胜
void keyscan()
{
//---------------------------------------------按任意
www.eeworm.com/read/398112/8004887
ps2key
www.eeworm.com/read/397785/8021716
ico key04.ico
www.eeworm.com/read/197159/8026148
h get_key.h
int kbd_init();
int kbd_close();
char get_key(void);
void get_line(char *cmd);
void get_number(char *cmd);
www.eeworm.com/read/197159/8026158
c get_key.c
#include
#include
#include
#include
#include
#include
#include
#include "keyboard.h"
#include "kbd_types.h"
#include "get_
www.eeworm.com/read/197159/8026164
o get_key.o
www.eeworm.com/read/197053/8033297
sof drv_key.sof
www.eeworm.com/read/197053/8033326
c drv_key.c
/******************************************************************************/
/* [NAME] :drv_KEY.c */
/* [OUTLINE]: */
/* [HISTORY]: */
/* [NO