代码搜索:Key1
找到约 1,573 项符合「Key1」的源代码
代码结果 1,573
www.eeworm.com/read/30040/1015787
c common.c
#include "../config.h"
/* 以下为自定义的常用函数 */
#define KEY1 GPIO_PIN_4
void WaitJTAG(void)
{
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOA);
GPIOPadConfigSet(GPIO_PORTA_BASE, KEY1, GPI
www.eeworm.com/read/30040/1015803
c common.c
#include "../config.h"
/* 以下为自定义的常用函数 */
#define KEY1 GPIO_PIN_4
void WaitJTAG(void)
{
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOA);
GPIOPadConfigSet(GPIO_PORTA_BASE, KEY1, GPI
www.eeworm.com/read/30040/1015815
c common.c
#include "../config.h"
/* 以下为自定义的常用函数 */
#define KEY1 GPIO_PIN_4
void WaitJTAG(void)
{
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOA);
GPIOPadConfigSet(GPIO_PORTA_BASE, KEY1, GPI
www.eeworm.com/read/165086/10077051
c key.c
/*
***************************************************************************************************
** GPIO input testing program.
** Press KEY1, LED light on and shutdown if released.
************
www.eeworm.com/read/455384/7372781
c xtest08_3.c
/* ========================================================================== */
/* Xtest08_3.c : PIO Interrupt Program by KEY1 & KEY2 */
/* =============================================
www.eeworm.com/read/197869/7965421
c key.c
/*
***************************************************************************************************
** GPIO input testing program.
** Press KEY1, BEEP beeping and stop if released.
****************
www.eeworm.com/read/28585/871711
h keycan.h
#ifndef _KEYCAN_H_
#define _KEYCAN_H_
void keycan()
{
if(key1==0)
{
delay(10);
if(key1==0)
{
beez=0;
write_cmd(0x0c);
kaiguan(1);
flag=1;
if(num==8)
num=0
www.eeworm.com/read/414929/2139145
conf keymacros.conf
# Remote control key macros for VDR
#
# Format:
#
# macrokey key1 key2 key3...
# macrokey @plugin key1 key2 key3...
#
# See man vdr(5)
Red Recordings
Green Schedule
Yellow Info
Blue
www.eeworm.com/read/292516/8349786
java collections2.java
//:c09:Collections2.java
import java.util.*;
class Pair
{
public Object key1,value;
Pair(Object k,Object v)
{
key1=k;
value=v;
}
}
public class Collections2
{
public static voi
www.eeworm.com/read/480878/1314059
2 patternlayout.mdc.2
starting mdc pattern test
empty mdc, no key specified in pattern : {}
empty mdc, key1 in pattern :
empty mdc, key2 in pattern :
empty mdc, key3 in pattern :
empty mdc, key1, key2, and key3 in patte